withBorderColor method
- Color value
Replaces TextAnnotationDefaults.borderColor with value.
Implementation
TextAnnotationDefaults withBorderColor(Color value) =>
copyWith(borderColor: value);
Replaces TextAnnotationDefaults.borderColor with value.
TextAnnotationDefaults withBorderColor(Color value) =>
copyWith(borderColor: value);