customValidator property
自定义校验器,accountType 为 custom 时生效 返回 null 表示校验通过,返回字符串表示校验失败的提示信息
Implementation
final String? Function()? customValidator;
自定义校验器,accountType 为 custom 时生效 返回 null 表示校验通过,返回字符串表示校验失败的提示信息
final String? Function()? customValidator;