decreasedValue property

String decreasedValue

The value that value will have after a SemanticsAction.decrease action has been performed.

This property is only valid if the SemanticsAction.decrease action is available on this node.

The reading direction is given by textDirection.

Implementation

String get decreasedValue => _decreasedValue;