CircularAxisLabel constructor
CircularAxisLabel(
- GaugeTextStyle labelStyle,
- String text,
- num index,
- bool needsRotateLabel,
Creates the axis label with default or required properties.
Implementation
CircularAxisLabel(
this.labelStyle,
this.text,
this.index,
this.needsRotateLabel,
);