margin property
Margin for chart
Widget build(BuildContext context) {
return Container(
child: SfCircularChart(
margin: const EdgeInsets.all(2),
borderColor: Colors.blue
));
}
Implementation
final EdgeInsets margin;