withTextStyle method

AnnotationStyle withTextStyle(
  1. TextStyle value
)

Replaces AnnotationStyle.textStyle with value.

Implementation

AnnotationStyle withTextStyle(TextStyle value) => copyWith(textStyle: value);