onChanged property

ValueChanged<int>? onChanged
final

Callback when the counter value changes.

Implementation

final ValueChanged<int>? onChanged;