arrowLength property

double arrowLength
final

Length of the tooltip arrow.

Defaults to 7

Widget build(BuildContext context) {
   return Container(
       child: SfCartesianChart(
          trackballBehavior: TrackballBehavior(enable: true,
          tooltipSettings: InteractiveTooltip(
            arrowLength:4)),
       ));
}

Implementation

final double arrowLength