decrement property
final
Callback to decrease the value. If null, the default behavior is to subtract 1 from the current value.
Implementation
final T Function(T)? decrement;
Callback to decrease the value. If null, the default behavior is to subtract 1 from the current value.
final T Function(T)? decrement;