AntdFormRule constructor
const
AntdFormRule({
- List<
String> ? enums, - int? len,
- int? max,
- String? message,
- int? min,
- RegExp? pattern,
- bool? required,
- AntdFormRuleValidator? validator,
- AntdFormTrigger? trigger,
- bool warningOnly = false,
- bool? whitespace,
- AntdFormRuleType? type,
Implementation
const AntdFormRule(
{this.enums,
this.len,
this.max,
super.message,
this.min,
this.pattern,
this.required,
super.validator,
super.trigger,
super.warningOnly,
this.whitespace,
this.type});