UIText$json top-level constant

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

Implementation

@$core.Deprecated('Use uITextDescriptor instead')
const UIText$json = {
  '1': 'UIText',
  '2': [
    {'1': 'Text', '3': 1, '4': 1, '5': 9, '10': 'Text'},
    {'1': 'Bold', '3': 2, '4': 1, '5': 8, '10': 'Bold'},
    {
      '1': 'Size',
      '3': 3,
      '4': 1,
      '5': 14,
      '6': '.UIText.TextSize',
      '10': 'Size'
    },
    {
      '1': 'Align',
      '3': 4,
      '4': 1,
      '5': 14,
      '6': '.UIText.TextAlign',
      '10': 'Align'
    },
    {
      '1': 'Children',
      '3': 5,
      '4': 3,
      '5': 11,
      '6': '.UIText',
      '10': 'Children'
    },
    {'1': 'Link', '3': 6, '4': 1, '5': 11, '6': '.Link', '10': 'Link'},
    {'1': 'Underline', '3': 7, '4': 1, '5': 8, '10': 'Underline'},
  ],
  '4': [UIText_TextSize$json, UIText_TextAlign$json],
};