menu
df_dropdown package
documentation
base_dropdown.dart
BaseDropdown<T>
selectedValue property
selectedValue property
dark_mode
light_mode
selectedValue
property
DropDownModel
<
T
>
?
selectedValue
final
The currently selected dropdown value.
Implementation
final DropDownModel<T>? selectedValue;
df_dropdown package
documentation
base_dropdown
BaseDropdown<T>
selectedValue property
BaseDropdown class