FFTextAlign$json top-level constant
Implementation
@$core.Deprecated('Use fFTextAlignDescriptor instead')
const FFTextAlign$json = {
'1': 'FFTextAlign',
'2': [
{'1': 'ALIGN_UNDEFINED', '2': 0},
{'1': 'ALIGN_START', '2': 1},
{'1': 'ALIGN_CENTER', '2': 2},
{'1': 'ALIGN_JUSTIFY', '2': 3},
{'1': 'ALIGN_END', '2': 4},
],
};