withBorderColor method

TextAnnotationDefaults withBorderColor(
  1. Color value
)

Replaces TextAnnotationDefaults.borderColor with value.

Implementation

TextAnnotationDefaults withBorderColor(Color value) =>
    copyWith(borderColor: value);