AntdCheckListChange typedef

AntdCheckListChange = void Function(Set<String> values, String? value, bool check)

Implementation

typedef AntdCheckListChange = void Function(
    Set<String> values, String? value, bool check);