isRunning property
bool
get
isRunning
Whether the animation is currently running.
Implementation
bool get isRunning => _timer != null;
Whether the animation is currently running.
bool get isRunning => _timer != null;