values constant
Implementation
static const $core.List<FFWrapAlignment> values = <FFWrapAlignment>[
wrap_alignment_undefined,
wrap_center,
wrap_end,
wrap_space_around,
wrap_space_evenly,
wrap_space_between,
wrap_start,
];
static const $core.List<FFWrapAlignment> values = <FFWrapAlignment>[
wrap_alignment_undefined,
wrap_center,
wrap_end,
wrap_space_around,
wrap_space_evenly,
wrap_space_between,
wrap_start,
];