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