value property

String? value
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:

Implementation

final String? value;