OnDropList typedef

OnDropList = void Function(int? listIndex, int? oldListIndex)

Implementation

typedef void OnDropList(int? listIndex,int? oldListIndex);