AntdFormItemProvider constructor
const
AntdFormItemProvider({})
Implementation
const AntdFormItemProvider(
{super.key,
required super.child,
required this.disabled,
required this.readOnly,
required this.getValue,
required this.setValue,
required this.namePath,
required this.existsShouUpdate});