isPaused property
bool
get
isPaused
Returns true if the widget should not tick, false otherwise.
Implementation
bool get isPaused => _paused;
Returns true if the widget should not tick, false otherwise.
bool get isPaused => _paused;