child property

Widget child
final

The widget below this widget in the tree.

If this widget is placed above the MaterialApp, child does not need to be a Builder.

Implementation

final Widget child;