child property

Widget? child
final

A valueListenable-independent widget which is passed back to the builder.

This argument is optional and can be null

Implementation

final Widget? child;