lineWidth property
Width of the track line.
Defaults to 1
.
Widget build(BuildContext context) {
return Container(
child: SfCartesianChart(
trackballBehavior: TrackballBehavior(enable: true, lineWidth: 5),
));
}
Implementation
final double lineWidth;