VStack{
Image("cropped_image")
.resizable()
.frame(width: 240, height: 250, alignment: .bottomLeading)
}
.edgesIgnoringSafeArea(.all)
.position(x: 25,y: [25)]
the image is not setting at center of the image
Image("cropped_image")
.resizable()
.frame(width: 240, height: 250, alignment: .bottomLeading)
}
.edgesIgnoringSafeArea(.all)
.position(x: 25,y: [25)]
the image is not setting at center of the image