onDragCancel method

bool onDragCancel(
  1. int pointerId
)

Implementation

bool onDragCancel(int pointerId) {
  return true;
}