builder property

MenuAnchorChildBuilder? builder
final

The widget that this MenuAnchor surrounds.

Typically this is a button used to open the menu by calling MenuController.open on the controller passed to the builder.

If not supplied, then the MenuAnchor will be the size that its parent allocates for it.

Implementation

final MenuAnchorChildBuilder? builder;