LastFeedbackBranch #48
File diff suppressed because one or more lines are too long
@ -191,15 +191,12 @@ class MapState extends State<Map> {
|
|||||||
actions: <Widget>[createFilterMenuButton()],
|
actions: <Widget>[createFilterMenuButton()],
|
||||||
backgroundColor: const Color.fromARGB(255, 190, 146, 160),
|
backgroundColor: const Color.fromARGB(255, 190, 146, 160),
|
||||||
),
|
),
|
||||||
/*body: Stack(
|
|
||||||
backgroundColor: const Color.fromARGB(255, 190, 146, 160),
|
|
||||||
),
|
|
||||||
body: Stack(
|
|
||||||
drawer : Drawer(
|
drawer : Drawer(
|
||||||
child: Container(
|
child: Container(
|
||||||
child: globals.LOGGED_IN_USER.userID == 0 ? buildDrawerSignedOut(context) : buildDrawerSignedIn(context),
|
child: globals.LOGGED_IN_USER.userID == 0 ? buildDrawerSignedOut(context) : buildDrawerSignedIn(context),
|
||||||
),
|
),
|
||||||
),*/
|
),
|
||||||
|
|
||||||
body: Stack(
|
body: Stack(
|
||||||
children: [
|
children: [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user