scene property

Scene? scene
final

The scene to render, owned and mutated by the application. Null when the view owns its scene (SceneView.declarative).

Implementation

final Scene? scene;