menu
uxp_widgets package
documentation
widgets/form_widget/uxp_fields/dropdown_field.dart
UXPFieldDropDownItem
UXPFieldDropDownItem.new constructor
UXPFieldDropDownItem.new constructor
dark_mode
light_mode
UXPFieldDropDownItem
constructor
UXPFieldDropDownItem
(
{
required
String
label
,
required
String
value
,
})
Implementation
UXPFieldDropDownItem({ required this.label, required this.value, });
uxp_widgets package
documentation
widgets/form_widget/uxp_fields/dropdown_field
UXPFieldDropDownItem
UXPFieldDropDownItem.new constructor
UXPFieldDropDownItem class