InlinePositions constant

List<RelativePosition> const InlinePositions

A set of RelativePositions that are appropriate for inline-type editors such as dropdown(s) that will appear at the point and either flow down or up; as well as left or right, depending on available space.

Implementation

static const InlinePositions = [
  InlineBottom,
  InlineBottomLeft,
  InlineBottomRight,
  InlineTop,
  InlineTopLeft,
  InlineTopRight,
];