menu
tfn_design_system package
documentation
components/inputs/dropdown_menu.dart
DropdownOption
DropdownOption.new constructor
DropdownOption.new constructor
dark_mode
light_mode
DropdownOption
constructor
DropdownOption
(
String
label
,
Widget
?
icon
)
Implementation
DropdownOption(this.label, this.icon);
tfn_design_system package
documentation
components/inputs/dropdown_menu
DropdownOption
DropdownOption.new constructor
DropdownOption class