attributedDecreasedValue property

AttributedString attributedDecreasedValue

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

See also decreasedValue, which exposes just the raw text.

Implementation

AttributedString get attributedDecreasedValue => _attributedDecreasedValue;