AntdFormItemContext<T> constructor
const
AntdFormItemContext<T> ({
- required BuildContext context,
- AntdFormController? controller,
- Map<
String, dynamic> ? formValue, - T? value,
- required ValueChanged onChange,
Implementation
const AntdFormItemContext(
{required this.context,
this.controller,
this.formValue,
this.value,
required this.onChange});