We will draw a line using the prevX, prevY, currentX, and currentY blocks.
The prev blocks contain the position a user’s finger was at when they first touched the screen.
The current blocks contain the position a user’s finger is currently touching.
We will get these points and draw a line between them every time a finger is moved across the Canvas, letting us doodle!