circle constant

List<Alignment> const circle

Implementation

static const List<Alignment> circle = [
  Alignment.topLeft,
  Alignment.topCenter,
  Alignment.topRight,
  Alignment.centerRight,
  Alignment.bottomRight,
  Alignment.bottomCenter,
  Alignment.bottomLeft,
  Alignment.centerLeft,
  Alignment.center,
];