FFMainAxisAlignment$json top-level constant
- @Deprecated('Use fFMainAxisAlignmentDescriptor instead')
Implementation
@$core.Deprecated('Use fFMainAxisAlignmentDescriptor instead')
const FFMainAxisAlignment$json = {
'1': 'FFMainAxisAlignment',
'2': [
{'1': 'main_axis_alignment_undefined', '2': 0},
{'1': 'main_axis_center', '2': 1},
{'1': 'main_axis_end', '2': 2},
{'1': 'main_axis_space_around', '2': 3},
{'1': 'main_axis_space_evenly', '2': 4},
{'1': 'main_axis_space_between', '2': 5},
{'1': 'main_axis_start', '2': 6},
],
};