builder property

LazyWidgetBuilder? builder
final

Provides the BuildContext, RenderBox of the offstage child, and the child itself.

Default function, will simply return child itself.

Implementation

final LazyWidgetBuilder? builder;