getAttributedValue method

String getAttributedValue()

Returns the attributedValue of the matched Semantics via Widget.toDiagnosticsNode

Implementation

String getAttributedValue() {
  return getDiagnosticProp<String>('attributedValue');
}