builder property

InstanceChildBuilder<T> builder
final

Method which is responsible for building the widget tree.

Exposes the instance of type T, the BuildContext, and the child widget as arguments, and returns a widget.

Implementation

final InstanceChildBuilder<T> builder;