Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does the package have method or function to remove all drawables? #47

Closed
VietNguyen392 opened this issue Dec 29, 2022 · 2 comments
Closed

Comments

@VietNguyen392
Copy link

No description provided.

@sandundev
Copy link

I ended up doing this. You can also call undo() while 'canUndo = true'.

Future undoAll() async {
controller = PainterController(...);
initBackground(backgroundImage!);
}

@VietNguyen392
Copy link
Author

I ended up doing this. You can also call undo() while 'canUndo = true'.

Future undoAll() async { controller = PainterController(...); initBackground(backgroundImage!); }

litte late but thank for response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants