width property
Width of the series.
Defaults to 80%
.
Widget build(BuildContext context) {
return Container(
child: SfPyramidChart(
series: PyramidSeries<ChartData, String>(
width:'50%'
)
);
}
Implementation
final String width;