@override String? validate(F form, E key, DateTime value) { if (value.isBefore(min)) { return loc.minDateError(min); } return null; }