scene property

Scene<T> get scene
inherited

Shorthand for App.currentScene.

Implementation

Scene<T> get scene => app.currentScene;