popoverAlignment property

AlignmentDirectional? popoverAlignment
final

Alignment point on the popover that aligns with the anchor point.

Specifies which edge/corner of the popover aligns with the anchor alignment. Defaults to top-start (top-left in LTR, top-right in RTL).

Implementation

final AlignmentDirectional? popoverAlignment;