menu
bottom_picker package
documentation
widgets/simple_picker.dart
SimplePicker<T>
onChange property
onChange property
dark_mode
light_mode
onChange
property
dynamic Function
(
int
)
?
onChange
final
The callback function that is called when the selected item changes.
Implementation
final Function(int)? onChange;
bottom_picker package
documentation
widgets/simple_picker
SimplePicker<T>
onChange property
SimplePicker class