menu
arcane package
documentation
util/shortcuts.dart
AdaptiveMenu
AdaptiveMenu.new const constructor
AdaptiveMenu.new const constructor
dark_mode
light_mode
AdaptiveMenu
constructor
const
AdaptiveMenu
(
{
Key
?
key
,
required
String
label
,
required
Widget
child
,
})
Implementation
const AdaptiveMenu({super.key, required this.label, required this.child});
arcane package
documentation
util/shortcuts
AdaptiveMenu
AdaptiveMenu.new const constructor
AdaptiveMenu class