FFCustomFont$json top-level constant
Implementation
@$core.Deprecated('Use fFCustomFontDescriptor instead')
const FFCustomFont$json = {
'1': 'FFCustomFont',
'2': [
{'1': 'font_family', '3': 1, '4': 1, '5': 9, '10': 'fontFamily'},
{
'1': 'font_file_data',
'3': 2,
'4': 3,
'5': 11,
'6': '.flutterflow.FFCustomFont.FontFileData',
'10': 'fontFileData'
},
],
'3': [FFCustomFont_FontFileData$json],
};