borderWidth property
Border width of the chart.
Defaults to 0.0
.
Widget build(BuildContext context) {
return Container(
child: SfCircularChart(
borderWidth: 2
)
);
}
Implementation
final double borderWidth;
Border width of the chart.
Defaults to 0.0
.
Widget build(BuildContext context) {
return Container(
child: SfCircularChart(
borderWidth: 2
)
);
}
final double borderWidth;