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