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