isPaused property

bool get isPaused

Returns true if the widget should not tick, false otherwise.

Implementation

bool get isPaused => _paused;