AntdFormBase<Style extends AntdStyle, WidgetType> constructor

const AntdFormBase<Style extends AntdStyle, WidgetType>({
  1. Key? key,
  2. Style? style,
  3. AntdStyleBuilder<Style, WidgetType>? styleBuilder,
  4. bool? readOnly,
  5. bool? disabled,
  6. bool? hasFeedback,
  7. AntdFormLayout? layout,
  8. bool? preserve,
  9. bool? required,
  10. AntdFormTrigger? trigger,
  11. bool? validateFirst,
  12. AntdFormTrigger? validateTrigger,
  13. 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});