borderWidth property
final
Border width of the legend.
Defaults to 0
Widget build(BuildContext context) {
return Container(
child: SfCartesianChart(
legend: Legend(
isVisible: true,
borderWidth: 3)
));
}
Implementation
final double borderWidth