WIP
This commit is contained in:
parent
f481967af1
commit
dc10abf4f9
|
@ -124,7 +124,6 @@ class _HomePageWidgetState extends State<HomePageWidget> {
|
||||||
// drawer: buildDrawer(context),
|
// drawer: buildDrawer(context),
|
||||||
drawerEnableOpenDragGesture: true,
|
drawerEnableOpenDragGesture: true,
|
||||||
drawerDragStartBehavior: DragStartBehavior.start,
|
drawerDragStartBehavior: DragStartBehavior.start,
|
||||||
|
|
||||||
drawer: CustomDrawer(model: _model),
|
drawer: CustomDrawer(model: _model),
|
||||||
body: buildPage(context, localStatus),
|
body: buildPage(context, localStatus),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue