onReorderFeedback method

Object? onReorderFeedback(
  1. int index,
  2. int dropIndex,
  3. double offset,
  4. double dx,
  5. double dy,
)

Implementation

Object? onReorderFeedback(
        int index, int dropIndex, double offset, double dx, double dy) =>
    null;