DragStartDetails dragStartDetails

The details from the underlying DragGestureRecognizer gesture, if the notification ultimately came from a DragGestureRecognizer.onStart handler; otherwise null.

Source

DragStartDetails get dragStartDetails => kind == ScrollNotificationKind.started ? _details : null;