draw
fun draw(drawScope: DrawScope, shapes: List<WhiteboardShape>, currentShape: WhiteboardShape?, panOffset: Offset, scale: Float, maxWidth: Float, maxHeight: Float, useImageBackground: Boolean, selectedShape: WhiteboardShape?, eraserCursorPosition: Offset?, eraserThickness: Float, transparentBackground: Boolean)
Draws all whiteboard content on the canvas.