We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a0a8a9 commit 8211457Copy full SHA for 8211457
lib/feature/base/base_page.dart
@@ -42,7 +42,7 @@ class BasePage extends StatelessWidget {
42
Expanded(child: child),
43
],
44
),
45
- endDrawer: const BuildDrawer(),
+ //endDrawer: const BuildDrawer(),
46
);
47
}
48
0 commit comments