AntdFormFieldsChange typedef

AntdFormFieldsChange = void Function(List<String> newNames, bool add, List<String> names)

Implementation

typedef AntdFormFieldsChange = void Function(
    List<String> newNames, bool add, List<String> names);