flutter_drawing_board
flutter_drawing_board copied to clipboard
How to make the controller stop drawing?
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.