FFGenUIChatHeaderConfig$json top-level constant
Implementation
@$core.Deprecated('Use fFGenUIChatHeaderConfigDescriptor instead')
const FFGenUIChatHeaderConfig$json = {
'1': 'FFGenUIChatHeaderConfig',
'2': [
{'1': 'show_header', '3': 1, '4': 1, '5': 8, '10': 'showHeader'},
{
'1': 'title',
'3': 2,
'4': 1,
'5': 11,
'6': '.flutterflow.FFStringValue',
'10': 'title'
},
{
'1': 'background_color',
'3': 3,
'4': 1,
'5': 11,
'6': '.flutterflow.FFColorValue',
'10': 'backgroundColor'
},
{
'1': 'text_color',
'3': 4,
'4': 1,
'5': 11,
'6': '.flutterflow.FFColorValue',
'10': 'textColor'
},
],
};