child property

Widget? child
final

A cache of a subtree that does not depend on stateNotifier.

It will be sent untouched to builder. This is useful for performance optimizations to not rebuild the entire widget tree if it isn't needed.

Implementation

final Widget? child;