withSelectedColor method
- Color value
Replaces PointAnnotationDefaults.selectedColor with value.
Implementation
PointAnnotationDefaults withSelectedColor(Color value) =>
copyWith(selectedColor: value);
Replaces PointAnnotationDefaults.selectedColor with value.
PointAnnotationDefaults withSelectedColor(Color value) =>
copyWith(selectedColor: value);