textStyle method

AppRichTextSpan textStyle(
  1. TextStyle? value
)

Implementation

AppRichTextSpan textStyle(TextStyle? value) =>  this.._style = value;