layerLink property

LayerLink? layerLink
final

An optional LayerLink to attach the menu to the widget that this MenuAnchor surrounds.

When provided, the menu will follow the widget that this MenuAnchor surrounds if it moves because of view insets changes.

Implementation

final LayerLink? layerLink;