style: apply flutter format

This commit is contained in:
librelois 2021-02-25 04:23:13 +01:00
parent 0ef008d5c5
commit c50ae77d50
1 changed files with 0 additions and 1 deletions

View File

@ -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) {