drawing_widget

Creator: coderz1093

Last updated:

0 purchases

drawing_widget Image
drawing_widget Images

Languages

Categories

Add to Cart

Description:

drawing widget

Easily add professional-quality drawing capabilities to your app with our customizable widget.

Features #

Drawing & displaying mode.
Change color.
Change stroke value.
Adaptative size.

Usage #
Change drawing property to ether start drawing or display a drawing.

final _drawing = Drawing(
strokeColor: Colors.black,
strokeValue: 2,
isDrawing: true,
);

DrawingWidget(
drawing: _drawing,
onUpdate: (value) {
// do some job if needed
},
)
copied to clipboard
Additional information #
Don't hesitate to contribute or to contact me if needed.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.