isActive property
bool
get
isActive
Whether the timer is active (running or paused)
Implementation
bool get isActive => _isRunning || _isPaused;
Whether the timer is active (running or paused)
bool get isActive => _isRunning || _isPaused;