paused property

bool paused
final

Whether the animation is currently paused.

When true, the animation stops at its current value. When changed to false, the animation resumes from that value. Defaults to false.

Implementation

final bool paused;