increasedValue property
The value that value will have after a SemanticsAction.increase action has been performed.
This property is only valid if the SemanticsAction.increase action is available on this node.
The reading direction is given by textDirection.
This exposes the raw text of the attributedIncreasedValue.
Implementation
String get increasedValue => _attributedIncreasedValue.string;