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