withBorderRadius method
- double value
Replaces TextAnnotationDefaults.borderRadius with value.
Implementation
TextAnnotationDefaults withBorderRadius(double value) =>
copyWith(borderRadius: value);
Replaces TextAnnotationDefaults.borderRadius with value.
TextAnnotationDefaults withBorderRadius(double value) =>
copyWith(borderRadius: value);