alignmentOffset property

Offset? alignmentOffset
final

The offset of the menu relative to the alignment origin determined by MenuStyle.alignment on the style attribute.

Use this for fine adjustments of the menu placement.

Defaults to an offset that takes into account the padding of the menu so that the top starting corner of the first menu item is aligned with the top of the MenuAnchor region.

Implementation

final Offset? alignmentOffset;