withBorderWidth method

TextAnnotationDefaults withBorderWidth(
  1. double value
)

Replaces TextAnnotationDefaults.borderWidth with value.

Implementation

TextAnnotationDefaults withBorderWidth(double value) =>
    copyWith(borderWidth: value);