child property

Widget? child
final

Use to pass a single child widget that will be built once and incorporated into the widget tree.

Implementation

final Widget? child;