UIText_TextAlign$json top-level constant

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

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},
  ],
};