withTextStyle method
- TextStyle value
Replaces AnnotationStyle.textStyle with value.
Implementation
AnnotationStyle withTextStyle(TextStyle value) => copyWith(textStyle: value);
Replaces AnnotationStyle.textStyle with value.
AnnotationStyle withTextStyle(TextStyle value) => copyWith(textStyle: value);