menu
smart_app package
documentation
widgets/drop_down.dart
DropDownItem
DropDownItem.new constructor
DropDownItem.new constructor
dark_mode
light_mode
DropDownItem
constructor
DropDownItem
(
{
required
String
item
,
required
String
value
,
})
Implementation
DropDownItem({required this.item, required this.value});
smart_app package
documentation
widgets/drop_down
DropDownItem
DropDownItem.new constructor
DropDownItem class