Skip to content

Commit

Permalink
🚀 feat(menu_icon_button.dart): add useRootNavigator property to show …
Browse files Browse the repository at this point in the history
…menu
  • Loading branch information
WezSieTato committed Dec 30, 2024
1 parent d1dfb9f commit 3a3d95f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ui/menu_icon_button.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class MenuIconButton extends StatelessWidget {
backgroundColor: Colors.transparent,
isScrollControlled: true,
context: context,
useRootNavigator: true,
builder: (BuildContext context) {
return MenuBottomSheet(analytics: _analytics);
}
Expand Down

0 comments on commit 3a3d95f

Please sign in to comment.