menu
designflow_widgets package
documentation
data/models/widget_related/features/dropdown.dart
DropDownValue
DropDownValue.new const constructor
DropDownValue.new const constructor
dark_mode
light_mode
DropDownValue
constructor
const
DropDownValue
(
String
value
,
String
label
)
Implementation
const DropDownValue(this.value, this.label);
designflow_widgets package
documentation
data/models/widget_related/features/dropdown
DropDownValue
DropDownValue.new const constructor
DropDownValue class