onChanged property

ValueChanged<int>? onChanged
final

called whenever the value of the stepper changed

Implementation

final ValueChanged<int>? onChanged;