Flutter – Image file cannot resize the width
I don't know why I set in my container or Image.file the height and width with a BoxFit.fill and it's not working Stack( children: [ Column( crossAxisAlignment: CrossAxisAlignment.start, mainAxisSize: MainAxisSize.min, children: [ [...] Padding( padding: ..., child: Column( crossAxisAlignment: CrossAxisAlignment.start,…