builder property

  1. @protected
InstanceBuilder<T>? builder
final

Method which has the render logic

Exposes BuilderContext and child widget as parameters. and returns a widget.

Implementation

@protected
final InstanceBuilder<T>? builder;