value property
final
Provides a textual description of the value of the widget.
If a value 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.value for a description of how this is exposed in TalkBack and VoiceOver.
- attributedLabel for an AttributedString version of this property.
Implementation
final String? value;