scheduled property

bool scheduled
@protected

Whether this Ticker has already scheduled a frame callback.

Implementation

@protected
bool get scheduled => _animationId != null;