EP-u-NW / painter

A simple flutter widget to paint with your fingers
https://pub.dev/packages/painter
Other
137 stars 66 forks source link

Change size to drawable section #17

Closed garispe closed 3 years ago

garispe commented 4 years ago

Hi @EPNW,

I need to draw on an image. So the drawable section should be the size of that image. Is it possible to indicate the size of the Painter that you want to use?

EP-u-NW commented 4 years ago

You could wrap the whole Painter widget inside a container to contstrain its size.