[#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

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 { } else {
return DefaultTabController( return DefaultTabController(