menu
save_points_extensions_utils package
documentation
widgets/components/dropdown_widget.dart
DropdownItem<T>
DropdownItem.new const constructor
DropdownItem.new const constructor
dark_mode
light_mode
DropdownItem<
T
>
constructor
const
DropdownItem<
T
>
(
{
required
T
value
,
required
String
label
,
IconData
?
icon
,
})
Implementation
const DropdownItem({ required this.value, required this.label, this.icon, });
save_points_extensions_utils package
documentation
widgets/components/dropdown_widget
DropdownItem<T>
DropdownItem.new const constructor
DropdownItem class