child property

Widget? child
final

Optional child widget passed to the builder.

Use this for static content that doesn't change, improving performance by avoiding unnecessary rebuilds.

Implementation

final Widget? child;