axes property
Add a list of radial axis to the gauge and customize each axis by adding it to the axes collection.
Also refer RadialAxis
Widget build(BuildContext context) {
return Container(
child: SfRadialGauge(
axes:<RadialAxis>[RadialAxis(
)]
));
}
Implementation
final List<RadialAxis> axes;