builder property

InstanceBuilder<T>? builder
final

Exposes the BuilderContext along with the child.

It should build a Widget based on the current ReactterContext changes and incorporate the child into it, if it is non-null.

Implementation

final InstanceBuilder<T>? builder;