AntdFormItemComponent<T, Style extends AntdStyle, WidgetType> constructor
const
AntdFormItemComponent<T, Style extends AntdStyle, WidgetType> ({
- Key? key,
- Style? style,
- AntdStyleBuilder<
Style, WidgetType> ? styleBuilder, - bool? disabled,
- bool? readOnly,
- T? value,
- ValueChanged<
T?> ? onChange, - bool? autoCollect = true,
Implementation
const AntdFormItemComponent(
{super.key,
super.style,
super.styleBuilder,
this.disabled,
this.readOnly,
this.value,
this.onChange,
this.autoCollect = true});