builder property
Method which has the render logic
Exposes BuilderContext
and child widget as parameters.
and returns a widget.
Implementation
@protected
final InstanceBuilder<T>? builder;
Method which has the render logic
Exposes BuilderContext
and child widget as parameters.
and returns a widget.
@protected
final InstanceBuilder<T>? builder;