increment property
final
Callback to increase the value. If null, the default behavior is to add 1 to the current value.
Implementation
final T Function(T)? increment;
Callback to increase the value. If null, the default behavior is to add 1 to the current value.
final T Function(T)? increment;