OnDropList typedef

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

Implementation

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