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