builder property

RawMenuAnchorChildBuilder? builder
final

The widget that this CupertinoMenuAnchor surrounds.

Typically, this is a button that calls MenuController.open when pressed.

The builder will rebuild when the menu's AnimationStatus changes.

If null, the CupertinoMenuAnchor will be the size that its parent allocates for it.

Implementation

final RawMenuAnchorChildBuilder? builder;