children property

List<Widget> children
final

Declarative scene widgets mounted at the scene root (via SceneScope).

With SceneView.declarative this is the whole scene description; with an app-owned scene it composes declarative subtrees over the imperative graph. The widgets stay mounted (and keep loading) while the view is gated behind loading or warmUp.

Implementation

final List<Widget> children;