borderWidth property

double borderWidth
final

Border width of the chart.

Defaults to 0.0.

Widget build(BuildContext context) {
   return Container(
       child: SfPyramidChart(
           borderWidth: 2
       )
   );
}

Implementation

final double borderWidth;