Removed FloatingActionButton that should go to Settings #34
1 changed files with 2 additions and 2 deletions
|
@ -59,10 +59,10 @@ class _ServerListState extends State<ServerList> {
|
||||||
children: _createChildren(),
|
children: _createChildren(),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
floatingActionButton: FloatingActionButton(
|
/*floatingActionButton: FloatingActionButton(
|
||||||
shape: CircleBorder(),
|
shape: CircleBorder(),
|
||||||
child: Icon(Icons.settings),
|
child: Icon(Icons.settings),
|
||||||
),
|
),*/
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue