UITextSize$json top-level constant

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

Implementation

@$core.Deprecated('Use uITextSizeDescriptor instead')
const UITextSize$json = {
  '1': 'UITextSize',
  '2': [
    {'1': 'UITextSize_Unknown', '2': 0},
    {'1': 'UITextSize_Body', '2': 1},
    {'1': 'UITextSize_Headline', '2': 2},
    {'1': 'UITextSize_Title', '2': 3},
  ],
};