maxLengthEnforced property

bool maxLengthEnforced
final

If true, prevents the field from allowing more than maxLength characters.

Same as TextField.maxLengthEnforced

Implementation

final bool maxLengthEnforced;