paused property
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;
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.
final bool paused;