withBorderRadius method

TextAnnotationDefaults withBorderRadius(
  1. double value
)

Replaces TextAnnotationDefaults.borderRadius with value.

Implementation

TextAnnotationDefaults withBorderRadius(double value) =>
    copyWith(borderRadius: value);