getAttributedHint method

String getAttributedHint()

Returns the attributedHint of the matched Semantics via Widget.toDiagnosticsNode

Implementation

String getAttributedHint() {
  return getDiagnosticProp<String>('attributedHint');
}