withStyle method
- AnnotationStyle value
Replaces PinAnnotation.style with value.
Implementation
PinAnnotation withStyle(AnnotationStyle value) => copyWith(style: value);
Replaces PinAnnotation.style with value.
PinAnnotation withStyle(AnnotationStyle value) => copyWith(style: value);