[#74] Remove floating button

This commit is contained in:
Yegor Vialov 2018-09-24 10:42:31 +03:00 committed by GitHub
parent c0e0059487
commit 7f7be8aa78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -641,11 +641,6 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver {
]
),
),
floatingActionButton: new FloatingActionButton(
onPressed: _refreshData,
tooltip: 'Increment',
child: new Icon(Icons.refresh),
),
);
} else {
return DefaultTabController(