generateVisibleLabels method
Returns the visible labels on RadialAxis
Modify the actual labels generated, which are calculated on the basis of scale range and interval. Generate your own labels based on needs, in order to be shown in the gauge.
Implementation
@override
List<CircularAxisLabel>? generateVisibleLabels() {
return null;
}