attributedValue property
final
Provides an AttributedString version of textual description of the value of the widget.
If a attributedValue is provided, there must either by an ambient Directionality or an explicit textDirection should be provided.
Callers must not provide both value and attributedValue, One or both must be null.
See also:
- SemanticsConfiguration.attributedValue for a description of how this is exposed in TalkBack and VoiceOver.
- value for a plain string version of this property.
Implementation
final AttributedString? attributedValue;