square constant

List<Alignment> const square

Implementation

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