FFWrapAlignment$json top-level constant
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},
],
};