onStartDrag method

bool onStartDrag(
  1. GestureEvent event
)

Implementation

bool onStartDrag(GestureEvent event) {
  return false;
}