@override String? validate(F form, E key, String value) { if (value.length > max) { return loc.maxLengthError(max); } return null; }