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 e735e0a + 4de5222 commit 668ca4eCopy full SHA for 668ca4e
034-flutter-web-part3-template-layouts/lib/widgets/navigation_bar/navigation_bar_mobile.dart
@@ -14,7 +14,9 @@ class NavigationBarMobile extends StatelessWidget {
14
children: <Widget>[
15
IconButton(
16
icon: Icon(Icons.menu),
17
- onPressed: () {},
+ onPressed: () {
18
+ Scaffold.of(context).openDrawer(),
19
+ },
20
),
21
NavBarLogo()
22
],
0 commit comments