getSemanticsLabel method

String getSemanticsLabel()

Returns the semanticsLabel of the matched SelectableText via Widget.toDiagnosticsNode

Implementation

String getSemanticsLabel() {
  return getDiagnosticProp<String>('semanticsLabel');
}