borderWidth property

double borderWidth
final

Border width of the chart

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

Implementation

final double borderWidth;