func safeAreaInset <V>(edge: VerticalEdge , alignment: HorizontalAlignment , spacing: CGFloat?, content: () -> V) -> some View
Shows the specified content above or below the modified view.
func safeAreaInset <V>(edge: HorizontalEdge , alignment: VerticalAlignment , spacing: CGFloat?, content: () -> V) -> some View
Shows the specified content beside the modified view.