currentValueLength property
final
The current number of characters that have been entered into an editable text field.
For the purpose of this function a character is defined as one Unicode scalar value.
This should only be set when SemanticsFlag.isTextField is set. This must be set when maxValueLength is set.
Implementation
final int? currentValueLength;