AntdFormBase<Style extends AntdStyle, WidgetType> constructor
const
AntdFormBase<Style extends AntdStyle, WidgetType> ({
- Key? key,
- Style? style,
- AntdStyleBuilder<
Style, WidgetType> ? styleBuilder, - bool? readOnly,
- bool? disabled,
- bool? hasFeedback,
- AntdFormLayout? layout,
- bool? preserve,
- bool? required,
- AntdFormTrigger? trigger,
- bool? validateFirst,
- AntdFormTrigger? validateTrigger,
- AntdFormController? controller,
Implementation
const AntdFormBase(
{super.key,
super.style,
super.styleBuilder,
this.readOnly,
this.disabled,
this.hasFeedback,
this.layout,
this.preserve,
this.required,
this.trigger,
this.validateFirst,
this.validateTrigger,
this.controller});