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