OnDropList typedef

OnDropList = void Function(int? listIndex)

Implementation

typedef void OnDropList(int? listIndex);