borderColor property

Color borderColor
final

Background color of the chart

Widget build(BuildContext context) {
   return Container(
       child: SfFunnelChart(
           backgroundColor: Colors.blue
       ));
}

Implementation

final Color borderColor;