OnChange typedef

OnChange = dynamic Function(int index, Map checkedItem)

Implementation

typedef OnChange = Function(int index, Map checkedItem);