keepGoing property Null safety
Whether the controller driving this animation should keep requesting frames be drawn.
Implementation
bool get keepGoing => animation.loop != Loop.oneShot || !_didLoop;
Whether the controller driving this animation should keep requesting frames be drawn.
bool get keepGoing => animation.loop != Loop.oneShot || !_didLoop;