builder property

RawMenuAnchorChildBuilder? builder
final

A builder that builds the widget that this RawMenuAnchor 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 RawMenuAnchor will be the size that its parent allocates for it.

Implementation

final RawMenuAnchorChildBuilder? builder;