builder property

LazyWidgetBuilder? builder
final

This will be called after the size of child is found. As default it will return the child only.

Note:- This should not change the size of the child, for correct positioning and alignment.

Note:- This is not called when either childSize is not null, or, childAlign is Alignment.topLeft.

Implementation

final LazyWidgetBuilder? builder;