menu
modular_customizable_dropdown package
documentation
widgets/dropdown.dart
ModularCustomizableDropdown
onValueSelect property
onValueSelect property
dark_mode
light_mode
onValueSelect
property
dynamic Function
(
String
selectedValue
)
onValueSelect
final
Action to perform when the value is tapped.
Implementation
final Function(String selectedValue) onValueSelect;
modular_customizable_dropdown package
documentation
widgets/dropdown
ModularCustomizableDropdown
onValueSelect property
ModularCustomizableDropdown class