How Do I Make An Image To Have Fixed Width And Auto Height in Flutter
I am trying to make an Image have a fixed width but the height should be auto. More like a responsive image. Here is the code I wrote but it is not working Image.file( imageFile!, height: auto, width: 200, ),