withBorderColor method

TextAnnotation withBorderColor(
  1. Color value
)

Replaces TextAnnotation.borderColor with value.

Implementation

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