layout property

Widget? layout
final

The Widget tree which positions the Scene's LayedOutSceneElements.

The widget tree of layout must contain a LayoutSceneElement for each LayedOutSceneElement in elements.

Implementation

final Widget? layout;