attributedIncreasedValue property
final
The AttributedString that value or attributedValue will become after a SemanticsAction.increase action has been performed on this widget.
If a attributedIncreasedValue is provided, onIncrease must also be set and there must either be an ambient Directionality or an explicit textDirection must be provided.
Callers must not provide both increasedValue and attributedIncreasedValue, One or both must be null.
See also:
- SemanticsConfiguration.attributedIncreasedValue for a description of how this is exposed in TalkBack and VoiceOver.
- increasedValue for a plain string version of this property.
Implementation
final AttributedString? attributedIncreasedValue;