clearCustomPosition method
Clears LegendAnnotation.customPosition to null.
Implementation
LegendAnnotation clearCustomPosition() => copyWith(clearCustomPosition: true);
Clears LegendAnnotation.customPosition to null.
LegendAnnotation clearCustomPosition() => copyWith(clearCustomPosition: true);