Sketchbook
@Composable
Content copied to clipboard
Sketchbook is a canvas implementation to draw paths with custom properties.
SketchbookController allows you to control the Sketchbook.
Parameters
modifier
Modifier to decorate the canvas.
controller
SketchbookController to control the Sketchbook.
background Color
A background color to be used erasing colored paths.
image Bitmap
An ImageBitmap to draw on the canvas as a background.
on Event Listener
An event listener to track drawing paths.
on Revised Listener
A listener to track whether can execute undo or redo.