elevation property
final
Elevation of the tooltip.
Defaults to 5.0
Widget build(BuildContext context) {
return Container(
child: SfCartesianChart(
tooltipBehavior: TooltipBehavior(enable: true, elevation: 10),
));
}
Implementation
final double elevation