I have an image that doesn\'t match the aspect ratio of my device\'s screen. I want to stretch the image so that it fully fills the screen, and I don\'t want to crop any par
I think that for your purpose Flex could work better than Container():
new Flex( direction: Axis.vertical, children: [ Image.asset(asset.background) ], )