isPaused property
bool
get
isPaused
Whether the underlying timer has been started, is not running, and has not yet completed.
Implementation
bool get isPaused => _engine?.isPaused ?? false;
Whether the underlying timer has been started, is not running, and has not yet completed.
bool get isPaused => _engine?.isPaused ?? false;