values constant

List<FFMainAxisAlignment> const values

Implementation

static const $core.List<FFMainAxisAlignment> values = <FFMainAxisAlignment>[
  main_axis_alignment_undefined,
  main_axis_center,
  main_axis_end,
  main_axis_space_around,
  main_axis_space_evenly,
  main_axis_space_between,
  main_axis_start,
];