getAttributedLabel method

String getAttributedLabel()

Returns the attributedLabel of the matched Semantics via Widget.toDiagnosticsNode

Implementation

String getAttributedLabel() {
  return getDiagnosticProp<String>('attributedLabel');
}