increment property

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