isCompleted property
bool
get
isCompleted
Whether the timer has finished counting down.
Implementation
bool get isCompleted => _secondsRemaining <= 0;
Whether the timer has finished counting down.
bool get isCompleted => _secondsRemaining <= 0;