diff --git a/lib/models/home.dart b/lib/models/home.dart index 692872885f76f501653bd1aa06ebbcee2e59497e..c8eeecaeadc84b390f2cb354062790cbbb367403 100644 --- a/lib/models/home.dart +++ b/lib/models/home.dart @@ -19,7 +19,6 @@ class HomeProvider with ChangeNotifier { Widget appBarTitle = Text('Ğecko', style: TextStyle(color: Colors.grey[850])); List currentTab = [HistoryScreen(), WalletsHome()]; - get currentIndex => _currentIndex; set currentIndex(int index) {