Skip to content

Commit 668ca4e

Browse files
authored
Merge pull request FilledStacks#80 from Raptor121-SA/patch-1
Update navigation_bar_mobile.dart
2 parents e735e0a + 4de5222 commit 668ca4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

034-flutter-web-part3-template-layouts/lib/widgets/navigation_bar/navigation_bar_mobile.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ class NavigationBarMobile extends StatelessWidget {
1414
children: <Widget>[
1515
IconButton(
1616
icon: Icon(Icons.menu),
17-
onPressed: () {},
17+
onPressed: () {
18+
Scaffold.of(context).openDrawer(),
19+
},
1820
),
1921
NavBarLogo()
2022
],

0 commit comments

Comments
 (0)