child property

Widget? child
final

An optional child widget that will be passed to builder.

This is useful for performance optimization, as this allows builder to be called again without rebuilding child.

Implementation

final Widget? child;