getRenderNumeric method
Implementation
common.ArcRendererConfig<num> getRenderNumeric() {
return common.ArcRendererConfig<num>(
arcLength: arcLength,
arcWidth: arcWidth,
arcRendererDecorators: [
if (arcLabelDecorator != null) arcLabelDecorator!.getRenderNumeric(),
],
startAngle: startAngle,
strokeWidthPx: strokeWidthPx,
arcRatio: arcRatio,
);
}