characterCount property
final
How many characters can be input in the textField.
If null, there will be no limit.
Implementation
final int? characterCount;
How many characters can be input in the textField.
If null, there will be no limit.
final int? characterCount;