crosses top-level constant

List<Alignment> const crosses

Implementation

const List<Alignment> crosses = [
  Alignment.bottomCenter,
  Alignment.topCenter,
  Alignment.centerLeft,
  Alignment.centerRight,
];