withLegendStyle method

LegendAnnotation withLegendStyle(
  1. LegendStyle value
)

Replaces LegendAnnotation.legendStyle with value.

Implementation

LegendAnnotation withLegendStyle(LegendStyle value) =>
    copyWith(legendStyle: value);