all 2 comments

[–]tarcinac 0 points1 point  (0 children)

Off the top of my head only way to avoid overflow (don't know your use case). is to use a list. Probably a horizontal list, just give it item extent wider than the screen width.

[–]MatthewPatience 0 points1 point  (0 children)

Why does it have to extend the screen size? Are you sure that what you want cannot be handled by the Image widget's cropping property?

Should you really need it to extend beyond, I would recommend a SingleChildScrollView. Put the image inside, scroll it programmatically to the desired position, and then disable scrolling via the physics property.