onChange property

ValueChanged<int>? onChange
final

Called with the value of the stepper whenever it is changed.

Setting this to null will disable the widget.

Implementation

final ValueChanged<int>? onChange;