withSemanticsLabel method

AppRichTextSpan withSemanticsLabel(
  1. String? value
)

Implementation

AppRichTextSpan withSemanticsLabel(String? value) =>
    this.._semanticsLabel = value;