maxLength property
Maximum number of characters allowed in the text area.
When set, limits the text input length. The behavior when the limit is reached is controlled by maxLengthEnforcement.
Implementation
final int? maxLength;
Maximum number of characters allowed in the text area.
When set, limits the text input length. The behavior when the limit is reached is controlled by maxLengthEnforcement.
final int? maxLength;