header property
final
Header of the tooltip. By default, the series name will be displayed in the header.
Defaults to ‘’
Widget build(BuildContext context) {
return Container(
child: SfCartesianChart(
tooltipBehavior: TooltipBehavior(enable: true, header: 'Default'),
));
}
Implementation
final String header