child property

Widget? child
final

A preInitialize-independent widget which is passed back to the builder. This argument is optional and can be null.

Implementation

final Widget? child;