DragUpdateDetails dragUpdateDetails

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

Source

DragUpdateDetails get dragUpdateDetails => kind == ScrollNotificationKind.updated ? _details : null;