AntdFormItemComponent<T, Style extends AntdStyle, WidgetType> constructor

const AntdFormItemComponent<T, Style extends AntdStyle, WidgetType>({
  1. Key? key,
  2. Style? style,
  3. AntdStyleBuilder<Style, WidgetType>? styleBuilder,
  4. bool? disabled,
  5. bool? readOnly,
  6. T? value,
  7. ValueChanged<T?>? onChange,
  8. bool? autoCollect = true,
})

Implementation

const AntdFormItemComponent(
    {super.key,
    super.style,
    super.styleBuilder,
    this.disabled,
    this.readOnly,
    this.value,
    this.onChange,
    this.autoCollect = true});