menu
nice2dev_flutter_ui
editors\nice_select.dart
NiceSelectItem
<
T
>
NiceSelectItem.new const constructor
NiceSelectItem.new
dark_mode
light_mode
NiceSelectItem<
T
>
constructor
const
NiceSelectItem<
T
>
(
{
required
T
value
,
required
String
label
,
IconData
?
icon
,
bool
enabled
=
true
,
})
Implementation
const NiceSelectItem({ required this.value, required this.label, this.icon, this.enabled = true, });
nice2dev_flutter_ui
nice_select
NiceSelectItem
<
T
>
NiceSelectItem.new const constructor
NiceSelectItem class