Validator that checks if the length falls within a specified range. Either min, max, or both must be provided.
min
max
const LengthRange({this.min, this.max, this.inclusive = true});