builder property

  1. @protected
InstanceChildBuilder<T>? builder
finalinherited

Method which has the render logic

Exposes BuilderContext, the instance and child widget as arguments. and returns a widget.

Implementation

@protected
final InstanceChildBuilder<T>? builder;