withBackgroundColor method
- Color value
Replaces AnnotationStyle.backgroundColor with value.
Implementation
AnnotationStyle withBackgroundColor(Color value) =>
copyWith(backgroundColor: value);
Replaces AnnotationStyle.backgroundColor with value.
AnnotationStyle withBackgroundColor(Color value) =>
copyWith(backgroundColor: value);