shadowColor property

Color shadowColor
final

Color of the tooltip shadow.

Defaults to null

Widget build(BuildContext context) {
   return Container(
       child: SfCartesianChart(
          tooltipBehavior: TooltipBehavior(enable: true, shadowColor: Colors.green),
       ));
}

Implementation

final Color shadowColor