onValueChanged property
onValueChanged is called when the user scrolls the wheel and the wheel stops on a new value.
Implementation
final void Function(SelectorWheelValue<T> value) onValueChanged;
onValueChanged is called when the user scrolls the wheel and the wheel stops on a new value.
final void Function(SelectorWheelValue<T> value) onValueChanged;