AntdForm constructor
const
AntdForm({
- Key? key,
- AntdBoxStyle? style,
- AntdStyleBuilder<
AntdBoxStyle, AntdForm> ? styleBuilder, - bool? readOnly,
- bool? disabled,
- bool? hasFeedback,
- AntdFormLayout? layout,
- bool? preserve,
- bool? required,
- AntdFormTrigger? trigger,
- bool? validateFirst,
- AntdFormTrigger? validateTrigger,
- AntdFormController? controller,
- Map<
String, dynamic> ? initialValues, - required AntdFormBuilder builder,
- AntdFormFieldsChange? onFieldsChange,
- AntdFormFinish? onFinish,
- AntdFormValuesChange? onValuesChange,
Implementation
const AntdForm({
super.key,
super.style,
super.styleBuilder,
super.readOnly,
super.disabled,
super.hasFeedback,
super.layout,
super.preserve,
super.required,
super.trigger,
super.validateFirst,
super.validateTrigger,
super.controller,
this.initialValues,
required this.builder,
this.onFieldsChange,
this.onFinish,
this.onValuesChange,
});