Arokip / flutter_diagram_editor

Fllutter diagram editor library
MIT License
116 stars 38 forks source link

Question: How do we give a fixed size for the canvas? #41

Closed gowda-nirmal closed 4 months ago

gowda-nirmal commented 1 year ago

Firstly thanks for the wonderful package. I would want to know if we can set the height and width of the canvas itself. Currently, we can scroll infinitely and I need to restrict this.

Arokip commented 1 year ago

Hello, thanks for the feedback.

I haven't tested this feature but there is a function setPosition in CanvasStateWriter. So you can set the position to your limit if a user scrolls the canvas more.