maxLengthEnforcement property

MaxLengthEnforcement? maxLengthEnforcement
final

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

Same as TextField.maxLengthEnforcement

Implementation

final MaxLengthEnforcement? maxLengthEnforcement;