kMyoroTestAlignments top-level property

List<Alignment> kMyoroTestAlignments
final

Alignments for testing.

Implementation

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