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