AdjacentBottomEdge constant

List<RelativePosition> const AdjacentBottomEdge

Offsets that'll position the popup adjacent to the bottom edge of the origin element.

It'll try centering the popup, and will fall back to left- or right-aligning it.

Implementation

static const AdjacentBottomEdge = [
  AdjacentBottom,
  AdjacentBottomLeft,
  AdjacentBottomRight
];