kMyoroTestAlignments top-level constant

List<Alignment> const kMyoroTestAlignments

Alignments for testing.

Implementation

const kMyoroTestAlignments = [
  Alignment.center,
  Alignment.topLeft,
  Alignment.topRight,
  Alignment.topCenter,
  Alignment.centerLeft,
  Alignment.bottomLeft,
  Alignment.centerRight,
  Alignment.bottomRight,
  Alignment.bottomCenter,
];