You can apply the same logic — save Touch.speed and Touch.angle into two variables. When the drag ends, use those stored values to tween the sprite in that direction. You’ll just need to adjust the tween parameters (distance and time) to suit your needs.
You can use Touch for everything, it's compatible with mouse.
Here is a simple version with lerp, where the sprite just keeps moving in the drag direction for a while: