Failing into fitting the image in the entire screen using Flutter
I am trying to fit an image to the entire space, I am wrapping the Image.asset into an Expanded Widget but the image does not covers the entire space, I have used all the options in BoxFit enum and it…