child property

Widget? child
final

An optional constant child that does not depend on the model. This will be passed as the child of builder.

Implementation

final Widget? child;