OnDropBottomWidget typedef

OnDropBottomWidget = void Function(int? listIndex, int? itemIndex, double percentX)

Implementation

typedef OnDropBottomWidget = void Function(
    int? listIndex, int? itemIndex, double percentX);