isDelaying property
bool
get
isDelaying
Returns true if this == DebounceState.resetting and false otherwise.
Implementation
bool get isDelaying => this == CallbackControllerState.delaying;
Returns true if this == DebounceState.resetting and false otherwise.
bool get isDelaying => this == CallbackControllerState.delaying;