withLegendMode method

ConcentricDonutConfig withLegendMode(
  1. ConcentricDonutLegendMode value
)

Replaces ConcentricDonutConfig.legendMode with value.

Implementation

ConcentricDonutConfig withLegendMode(ConcentricDonutLegendMode value) =>
    copyWith(legendMode: value);