circleFine constant

List<Alignment> const circleFine

Implementation

static const List<Alignment> circleFine = [
  Alignment.topLeft,
  Alignment(-0.5, -1),
  Alignment.topCenter,
  Alignment(0.5, -1),
  Alignment.topRight,
  Alignment(1, -0.5),
  Alignment.centerRight,
  Alignment(1, 0.5),
  Alignment.bottomRight,
  Alignment(0.5, 1),
  Alignment.bottomCenter,
  Alignment(-0.5, 1),
  Alignment.bottomLeft,
  Alignment(-1, 0.5),
  Alignment.centerLeft,
  Alignment(-1, -0.5),
  Alignment.center,
];