UITextAlign$json top-level constant

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

Implementation

@$core.Deprecated('Use uITextAlignDescriptor instead')
const UITextAlign$json = {
  '1': 'UITextAlign',
  '2': [
    {'1': 'UITextAlign_Unknown', '2': 0},
    {'1': 'UITextAlign_Start', '2': 1},
    {'1': 'UITextAlign_Center', '2': 2},
    {'1': 'UITextAlign_End', '2': 3},
  ],
};