withOffset method
- Offset value
Replaces PointAnnotation.offset with value.
Implementation
PointAnnotation withOffset(Offset value) => copyWith(offset: value);
Replaces PointAnnotation.offset with value.
PointAnnotation withOffset(Offset value) => copyWith(offset: value);