onChange property

ValueChanged<int>? onChange
final

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

Implementation

final ValueChanged<int>? onChange;