attributedHint property

AttributedString? attributedHint
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:

Implementation

final AttributedString? attributedHint;