edges top-level constant

List<Alignment> const edges

Implementation

const List<Alignment> edges = [
  Alignment.bottomRight,
  Alignment.bottomLeft,
  Alignment.topRight,
  Alignment.topLeft,
];