menu
mcg_extension package
documentation
classes.dart
DropdownItem<T>
DropdownItem.new constructor
DropdownItem.new constructor
dark_mode
light_mode
DropdownItem<
T
>
constructor
DropdownItem<
T
>
(
{
T?
value
,
Widget
?
child
,
String
?
name
,
bool
disabled
=
false
,
bool
isDivider
=
false
,
})
Implementation
DropdownItem({this.value, this.child, this.name, this.disabled = false, this.isDivider = false});
mcg_extension package
documentation
classes
DropdownItem<T>
DropdownItem.new constructor
DropdownItem class