getDecreasedValue method

String getDecreasedValue()

Returns the decreasedValue of the matched Semantics via Widget.toDiagnosticsNode

Implementation

String getDecreasedValue() {
  return getDiagnosticProp<String>('decreasedValue');
}