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