child property

Widget child
final

A Widget that represents the main content displayed in the page. This is a shortcut for providing a list of Sliver widgets with only one Sliver widget.

Implementation

final Widget child;