withTextStyle method

TextAnnotationDefaults withTextStyle(
  1. TextStyle value
)

Replaces TextAnnotationDefaults.textStyle with value.

Implementation

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