borderColor property
Border color of the chart.
Defaults to Colors.transparent.
Widget build(BuildContext context) {
   return Container(
       child: SfFunnelChart(
           borderColor: Colors.blue
       )
  );
}
Implementation
final Color borderColor;