FFWrapAlignment$json top-level constant

  1. @Deprecated('Use fFWrapAlignmentDescriptor instead')
Map<String, Object> const FFWrapAlignment$json

Implementation

@$core.Deprecated('Use fFWrapAlignmentDescriptor instead')
const FFWrapAlignment$json = {
  '1': 'FFWrapAlignment',
  '2': [
    {'1': 'wrap_alignment_undefined', '2': 0},
    {'1': 'wrap_center', '2': 1},
    {'1': 'wrap_end', '2': 2},
    {'1': 'wrap_space_around', '2': 3},
    {'1': 'wrap_space_evenly', '2': 4},
    {'1': 'wrap_space_between', '2': 5},
    {'1': 'wrap_start', '2': 6},
  ],
};