AntdFormValuesChange typedef
AntdFormValuesChange =
void Function(AntdFormController contoller, Map<String, dynamic> changeValues)
Implementation
typedef AntdFormValuesChange = void Function(
AntdFormController contoller, Map<String, dynamic> changeValues);