@override String? validate(F form, E key, double value) { if (value < min) { return loc.minValueError(min); } return null; }