getText method

String getText()

Returns the text of the matched SelectableText via Widget.toDiagnosticsNode

Implementation

String getText() {
  return getDiagnosticProp<String>('data');
}