isPaused property

bool isPaused

Whether the effect is paused or not.

By default, the effect will not be paused, even when it is in the "completed" state. Use methods pause() and resume() in order to control this property. When the effect is paused, it is as if the time stops for it.

Implementation

bool get isPaused => _paused;