child property

Widget? child
final

A widget that will be passed to builder for optimizations purpose.

Since this widget is not created within builder, it won't rebuild when the query emits an update.

Implementation

final Widget? child;