withLegendStyle method
- LegendStyle value
Replaces LegendAnnotation.legendStyle with value.
Implementation
LegendAnnotation withLegendStyle(LegendStyle value) =>
copyWith(legendStyle: value);
Replaces LegendAnnotation.legendStyle with value.
LegendAnnotation withLegendStyle(LegendStyle value) =>
copyWith(legendStyle: value);