builder property

StatefulWidgetBuilder builder
final

Called to obtain the child widget.

This function is called whenever this widget is included in its parent's build and the old widget (if any) that it synchronizes with has a distinct object identity. Typically the parent's build method will construct a new tree of widgets and so a new Builder child will not be identical to the corresponding old one.

Implementation

final StatefulWidgetBuilder builder;