fluttercandies / flutter_drawing_board

A new Flutter package of drawing board
MIT License
194 stars 68 forks source link

How to make the controller stop drawing? #30

Closed theArtistSam closed 3 months ago

Chappie74 commented 1 year ago

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.