AdjacentRightEdge constant

List<RelativePosition> const AdjacentRightEdge

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

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

Implementation

static const AdjacentRightEdge = [
  AdjacentRight,
  AdjacentRightTop,
  AdjacentRightBottom
];