FFLineChart_LegacyTooltipInfo$json top-level constant

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

Implementation

@$core.Deprecated('Use fFLineChartDescriptor instead')
const FFLineChart_LegacyTooltipInfo$json = {
  '1': 'LegacyTooltipInfo',
  '2': [
    {'1': 'enable_tooltip', '3': 1, '4': 1, '5': 8, '10': 'enableTooltip'},
    {
      '1': 'background_color',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFColor',
      '10': 'backgroundColor'
    },
  ],
};