Ensure a form field value is between min,max
static String between(num min, num max) => "between:$min,$max";