menu
modular_customizable_dropdown package
documentation
classes_and_enums/dropdown_value.dart
DropdownValue
DropdownValue const constructor
DropdownValue const constructor
dark_mode
light_mode
DropdownValue
constructor
const
DropdownValue
(
{
required
String
value
,
String
?
description
,
dynamic
metadata
,
})
Implementation
const DropdownValue({ required this.value, this.description, this.metadata, });
modular_customizable_dropdown package
documentation
classes_and_enums/dropdown_value
DropdownValue
DropdownValue const constructor
DropdownValue class