dragDetails property Null safety
final
If the Scrollable changed its scroll position because of a drag, the details about that drag update.
Otherwise, null.
Implementation
final DragUpdateDetails? dragDetails;
If the Scrollable changed its scroll position because of a drag, the details about that drag update.
Otherwise, null.
final DragUpdateDetails? dragDetails;