child property

Widget? child
final

An optional static child that will be passed to builder.

Can be used to optimize rebuilds.

Implementation

final Widget? child;