clearCustomPosition method

LegendAnnotation clearCustomPosition()

Clears LegendAnnotation.customPosition to null.

Implementation

LegendAnnotation clearCustomPosition() => copyWith(clearCustomPosition: true);