maxLength property

int? maxLength
final

Maximum character length for the email input.

This optional int enforces a character limit on the TextField, with visual counter if enforced.

Implementation

final int? maxLength;