value property
A textual description for the current value of the node.
The reading direction is given by textDirection.
This exposes the raw text of the attributedValue.
Implementation
String get value => _attributedValue.string;
A textual description for the current value of the node.
The reading direction is given by textDirection.
This exposes the raw text of the attributedValue.
String get value => _attributedValue.string;