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
For me, using Image(fit: BoxFit.fill ...) worked when in a bounded container.
Image(fit: BoxFit.fill ...)