diff --git a/lib/models/home.dart b/lib/models/home.dart index 6928728..c8eeeca 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) {