withSemanticsLabel method

AppText withSemanticsLabel(
  1. String? value
)

Implementation

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