UIText_TextAlign$json top-level constant
Implementation
@$core.Deprecated('Use uITextDescriptor instead')
const UIText_TextAlign$json = {
'1': 'TextAlign',
'2': [
{'1': 'Left', '2': 0},
{'1': 'Center', '2': 1},
{'1': 'Right', '2': 2},
],
};