flutter_drawing_board icon indicating copy to clipboard operation
flutter_drawing_board copied to clipboard

How to make the controller stop drawing?

Open theArtistSam opened this issue 2 years ago • 1 comments

theArtistSam avatar Aug 16 '23 16:08 theArtistSam

You mean like prevent the user from using the canvas? Maybe just put a transparent container over the canvas area using stack and probably have a Boolean to toggle it on and off.

Chappie74 avatar Aug 16 '23 23:08 Chappie74