values constant

List<FFTextAlign> const values

Implementation

static const $core.List<FFTextAlign> values = <FFTextAlign>[
  ALIGN_UNDEFINED,
  ALIGN_START,
  ALIGN_CENTER,
  ALIGN_JUSTIFY,
  ALIGN_END,
];