popoverAnchorAlignment property

AlignmentDirectional? popoverAnchorAlignment
final

Alignment point on the anchor widget for popover attachment.

Overrides the theme default. Specifies which edge/corner of the child widget the popover aligns to. When null, uses theme or bottom-start.

Implementation

final AlignmentDirectional? popoverAnchorAlignment;