centerX property
X value for placing the chart.
Defaults to null
.
Widget build(BuildContext context) {
return Container(
child: SfCircularChart(
centerX: '50%'
));
}
Implementation
final String centerX;
X value for placing the chart.
Defaults to null
.
Widget build(BuildContext context) {
return Container(
child: SfCircularChart(
centerX: '50%'
));
}
final String centerX;