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