menu
artisanal package
documentation
widgets.dart
SelectOption<T>
SelectOption.new const constructor
SelectOption.new const constructor
dark_mode
light_mode
SelectOption<
T
>
constructor
const
SelectOption<
T
>
(
{
required
String
label
,
required
T
value
,
bool
enabled
=
true
,
})
Implementation
const SelectOption({ required this.label, required this.value, this.enabled = true, });
artisanal package
documentation
widgets
SelectOption<T>
SelectOption.new const constructor
SelectOption class