menu
mineral package
documentation
framework.dart
OptionChoice
OptionChoice const constructor
OptionChoice const constructor
dark_mode
light_mode
OptionChoice
constructor
const
OptionChoice
(
{
required
Display
label
,
required
String
value
,
})
Implementation
const OptionChoice({ required this.label, required this.value });
mineral package
documentation
framework
OptionChoice
OptionChoice const constructor
OptionChoice class