FloatValidator<T> constructor
Constructor for the float validator.
Implementation
const FloatValidator({
/// {@macro base_validator_error_text}
super.errorText,
/// {@macro base_validator_null_check}
super.checkNullOrEmpty,
});