attributedValue property

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

Implementation

final AttributedString? attributedValue;