UIStyle$json top-level constant

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

Implementation

@$core.Deprecated('Use uIStyleDescriptor instead')
const UIStyle$json = {
  '1': 'UIStyle',
  '2': [
    {
      '1': 'Margin',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.UIEdgeInsets',
      '10': 'Margin'
    },
    {
      '1': 'Padding',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.UIEdgeInsets',
      '10': 'Padding'
    },
    {
      '1': 'Constraints',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.UISizeConstraints',
      '10': 'Constraints'
    },
    {
      '1': 'BackgroundColor',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.UIColorRef',
      '10': 'BackgroundColor'
    },
    {
      '1': 'BackgroundImage',
      '3': 5,
      '4': 1,
      '5': 11,
      '6': '.UIImage',
      '10': 'BackgroundImage'
    },
    {'1': 'Border', '3': 6, '4': 1, '5': 11, '6': '.UIBorder', '10': 'Border'},
    {
      '1': 'Alignment',
      '3': 8,
      '4': 1,
      '5': 14,
      '6': '.UIAlignment',
      '10': 'Alignment'
    },
    {'1': 'ClassNames', '3': 9, '4': 3, '5': 9, '10': 'ClassNames'},
    {
      '1': 'Attributes',
      '3': 10,
      '4': 3,
      '5': 11,
      '6': '.UIStyle.AttributesEntry',
      '10': 'Attributes'
    },
  ],
  '3': [UIStyle_AttributesEntry$json],
};