maxLength property

int? maxLength
final

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;