AdjacentLeftEdge constant

List<RelativePosition> const AdjacentLeftEdge

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

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

Implementation

static const AdjacentLeftEdge = [
  AdjacentLeft,
  AdjacentLeftTop,
  AdjacentLeftBottom
];