withLegendMode method
Replaces ConcentricDonutConfig.legendMode with value.
Implementation
ConcentricDonutConfig withLegendMode(ConcentricDonutLegendMode value) =>
copyWith(legendMode: value);
Replaces ConcentricDonutConfig.legendMode with value.
ConcentricDonutConfig withLegendMode(ConcentricDonutLegendMode value) =>
copyWith(legendMode: value);