attributedIncreasedValue property

AttributedString attributedIncreasedValue

The value in AttributedString format that value or attributedValue 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.

See also increasedValue, which exposes just the raw text.

Implementation

AttributedString get attributedIncreasedValue => _attributedIncreasedValue;