I am trying to create list screen but while creating a cell it drop a extra space right and left side.
I put only text for reference. I refer some link but it not helps me. and also tried other padding related modifier but not help it also to me.
Code
....... let text = "Hello stack work is going very fine. let's check the code is woking or not properly" var body: some View { List { Text(text).background(Color.blue) Text(text).background(Color.blue) }.foregroundColor(.white) } .....
image I attached space indicated with arrow