currentValueLength property Null safety
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 textField is true. Must be set when maxValueLength is set.
Implementation
final int? currentValueLength;