menu
custom_static_dynamic_dropdown package
documentation
model.dart
CustomDropDownModel
CustomDropDownModel constructor
CustomDropDownModel constructor
dark_mode
light_mode
CustomDropDownModel
constructor
CustomDropDownModel
(
{
required
String
valueDisplay
,
required
String
id
,
})
Implementation
CustomDropDownModel({ required this.valueDisplay, required this.id, });
custom_static_dynamic_dropdown package
documentation
model
CustomDropDownModel
CustomDropDownModel constructor
CustomDropDownModel class