scheduled property Null safety
protected">@protected
Whether this Ticker has already scheduled a frame callback.
Implementation
@protected
bool get scheduled => _animationId != null;
Whether this Ticker has already scheduled a frame callback.
@protected
bool get scheduled => _animationId != null;