Closed riverscuomo closed 1 year ago
added aspect ratio. maybe expanded was messing it up
// IMAGE Expanded( flex: 1, child: Container( decoration: boxDecorationBlack, child: AspectRatio( aspectRatio: 1, child: imageOrIcon( imageUrl: playlist.imageUrl, filename: playlist.imageFilename, height: 200, width: 200, ),
added aspect ratio. maybe expanded was messing it up