menu
backstreets_widgets package
documentation
screens.dart
SelectItem<T>
onDone property
onDone property
dark_mode
light_mode
onDone
property
ValueChanged
<
T
>
onDone
final
The function to call when a new
value
is selected.
Implementation
final ValueChanged<T> onDone;
backstreets_widgets package
documentation
screens
SelectItem<T>
onDone property
SelectItem class