withCustomPosition method

LegendAnnotation withCustomPosition(
  1. Offset value
)

Replaces LegendAnnotation.customPosition with value.

Implementation

LegendAnnotation withCustomPosition(Offset value) =>
    copyWith(customPosition: value);