VStack fill the width of the screen in SwiftUI

Generally when we use VStack with few views we observed that there is some empty place left over we will see two possible ways- 1. By using frame 2. Use GeometryReader with frames GeometryReader returns a flexible preferred size to its parent layout hence by using arguments geoArgs we can set frame –