menu
arcane package
documentation
shadcn/components/menu/menu.dart
MenuLabel
MenuLabel.new const constructor
MenuLabel.new const constructor
dark_mode
light_mode
MenuLabel
constructor
const
MenuLabel
(
{
Key
?
key
,
required
Widget
child
,
Widget
?
trailing
,
Widget
?
leading
,
})
Implementation
const MenuLabel({ super.key, required this.child, this.trailing, this.leading, });
arcane package
documentation
shadcn/components/menu/menu
MenuLabel
MenuLabel.new const constructor
MenuLabel class