onExitFrame property

Dispatched when a frame is exited. All frame scripts have been run.

This event is a broadcast event, which means that it is dispatched by all display objects with a listener registered for this event.

Implementation

EventStream<ExitFrameEvent> get onExitFrame =>
    DisplayObject.exitFrameEvent.forTarget(this);