child property
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;
Optional child widget passed to the builder.
Use this for static content that doesn't change, improving performance by avoiding unnecessary rebuilds.
final Widget? child;