builder property
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;
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.
final InstanceBuilder<T>? builder;