FFCustomFont_FontFileData$json top-level constant

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

Implementation

@$core.Deprecated('Use fFCustomFontDescriptor instead')
const FFCustomFont_FontFileData$json = {
  '1': 'FontFileData',
  '2': [
    {'1': 'font_file_path', '3': 1, '4': 1, '5': 9, '10': 'fontFilePath'},
    {
      '1': 'weight',
      '3': 2,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFFontWeight',
      '10': 'weight'
    },
    {'1': 'italic', '3': 3, '4': 1, '5': 8, '10': 'italic'},
  ],
};