This commit is contained in:
jantunesmesias 2024-08-26 16:35:13 -03:00
parent f481967af1
commit dc10abf4f9
1 changed files with 0 additions and 1 deletions

View File

@ -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),
), ),