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.
2 parents 967b3d3 + 758a726 commit 4784caaCopy full SHA for 4784caa
2 files changed
farmerapp/lib/pages/home.dart
@@ -28,9 +28,6 @@ class _MyHomePageState extends State<MyHomePage> {
28
@override
29
Widget build(BuildContext context) {
30
return Scaffold(
31
- drawer: const Drawer(
32
- child: Center(child: Text('Drawer')),
33
- ),
34
appBar: AppBar(
35
// backgroundColor: Theme.of(context).colorScheme.inversePrimary,
36
centerTitle: false,
0 commit comments