getAttributedDecreasedValue method

String getAttributedDecreasedValue()

Returns the attributedDecreasedValue of the matched Semantics via Widget.toDiagnosticsNode

Implementation

String getAttributedDecreasedValue() {
  return getDiagnosticProp<String>('attributedDecreasedValue');
}