onValueChanged property

void Function(SelectorWheelValue<T> value) onValueChanged
final

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;