decrement property

T Function(T)? decrement
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;