menu
toly_menu_manager package
documentation
view/menu_scope.dart
MenuScope
MenuScope.new const constructor
MenuScope.new const constructor
dark_mode
light_mode
MenuScope
constructor
const
MenuScope
(
{
Key
?
key
,
required
Widget
child
,
MenuStore
?
notifier
,
})
Implementation
const MenuScope({super.key, required super.child, super.notifier});
toly_menu_manager package
documentation
view/menu_scope
MenuScope
MenuScope.new const constructor
MenuScope class