backgroundColor property
final
Background color of the chart
Widget build(BuildContext context) {
return Container(
child: SfCircularChart(
backgroundColor: Colors.blue
));
}
Implementation
final Color backgroundColor