borderWidth property
Border width of the chart
Widget build(BuildContext context) {
return Container(
child: SfPyramidChart(
backgroundColor: Colors.blue
));
}
Implementation
final double borderWidth;
Border width of the chart
Widget build(BuildContext context) {
return Container(
child: SfPyramidChart(
backgroundColor: Colors.blue
));
}
final double borderWidth;