builder property

WidgetBuilder builder
final

This entry will include the widget built by this builder in the overlay at the entry's position.

To cause this builder to be called again, call markNeedsBuild on this overlay entry.

Implementation

final WidgetBuilder builder;