scheduled property

  1. @protected
bool scheduled

Whether this Ticker has already scheduled a frame callback.

Implementation

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