[#74] Remove floating button
This commit is contained in:
parent
c0e0059487
commit
7f7be8aa78
@ -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(
|
||||
|
Reference in New Issue
Block a user