centerX property

String centerX
final

X value for placing the chart.

Defaults to null.

Widget build(BuildContext context) {
   return Container(
       child: SfCircularChart(
           centerX: '50%'
       ));
}

Implementation

final String centerX;