values constant

List<FFWrapAlignment> const values

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,
];