onWheel property

ValueChanged<bool> onWheel
final

Required ValueChanged callback, called with true when the wheel is operated and false otherwise.

Implementation

final ValueChanged<bool> onWheel;