FallbackNumberValidator typedef
Validator for fallback numeric input.
Return null for success, or a non-empty error message to ask again.
Returning '' is also accepted as success for backwards compatibility.
Implementation
typedef FallbackNumberValidator = String? Function(num value);