AdjacentCardinal constant

List<RelativePosition> const AdjacentCardinal

Offsets that'll position the popup adjacent to the origin element in one of the four cardinal directions: directly above, below, to the left, or to the right.

Implementation

static const AdjacentCardinal = [
  AdjacentTop,
  AdjacentRight,
  AdjacentBottom,
  AdjacentLeft
];