withOffset method

PointAnnotation withOffset(
  1. Offset value
)

Replaces PointAnnotation.offset with value.

Implementation

PointAnnotation withOffset(Offset value) => copyWith(offset: value);