func padding(Edge.Set, CGFloat?) -> some View
Adds an equal padding amount to specific edges of this view.
func padding(EdgeInsets ) -> some View
Adds a different padding amount to each edge of this view.
func listRowInsets (EdgeInsets ?) -> some View
Applies an inset to the rows in a list.
あるインセット(差込)をあるリストの中の行それらに適用します。
func scenePadding (Edge.Set) -> some View
Adds padding to the specified edges of this view using an amount that’s appropriate for the current scene.