I am trying to retrieve bunch of images from an api. I want the images to be displayed in Circular form so I am using CircleAvatar Widget, but I keep getting im
CircleAvatar
this worked for me
Transform.scale( scale: 0.6, child: ClipOval( child: Image.network( , ), ), )