menu
super_native_extensions package
documentation
raw_menu.dart
MenuActionAttributes
MenuActionAttributes const constructor
MenuActionAttributes const constructor
dark_mode
light_mode
MenuActionAttributes
constructor
const
MenuActionAttributes
(
{
bool
disabled
=
false
,
bool
destructive
=
false
,
})
Implementation
const MenuActionAttributes({ this.disabled = false, this.destructive = false, });
super_native_extensions package
documentation
raw_menu
MenuActionAttributes
MenuActionAttributes const constructor
MenuActionAttributes class