withCustomPosition method
- Offset value
Replaces LegendAnnotation.customPosition with value.
Implementation
LegendAnnotation withCustomPosition(Offset value) =>
copyWith(customPosition: value);
Replaces LegendAnnotation.customPosition with value.
LegendAnnotation withCustomPosition(Offset value) =>
copyWith(customPosition: value);