onChange property
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;
Called with the value of the stepper whenever it is changed.
Setting this to null will disable the widget.
final ValueChanged<int>? onChange;