child property

Widget? child
final

The widget to pass to builder if it's not null, or the child to directly display in this widget.

Implementation

final Widget? child;