children property

List<Widget> children
final

The children to display in the rest of the scaffold, excluding the Sidebar and TitleBar regions.

Implementation

final List<Widget> children;