The details from the underlying DragGestureRecognizer gesture, if the notification ultimately came from a DragGestureRecognizer.onEnd handler; otherwise null.
Source
DragEndDetails get dragEndDetails => kind == ScrollNotificationKind.ended ? _details : null;