alignments property

Map<Alignment, String> alignments
final

Implementation

static final alignments = {
  Alignment.topLeft: 'Top Left',
  Alignment.topCenter: 'Top Center',
  Alignment.topRight: 'Top Right',
  Alignment.centerLeft: 'Center Left',
  Alignment.center: 'Center',
  Alignment.centerRight: 'Center Right',
  Alignment.bottomLeft: 'Bottom Left',
  Alignment.bottomCenter: 'Bottom Center',
  Alignment.bottomRight: 'Bottom Right',
};