Initializer

init(alignment:content:)

Creates an instance with the given alignment. あるインスタンスをこの与えられた整列で作成します。

Declaration 宣言

init(alignment: Alignment = .center, content: () -> Content)

Parameters パラメータ

alignment

The guide for aligning the subviews in this stack on both the x- and y-axes.

content

A view builder that creates the content of this stack. あるビュービルダー、それはこのスタックの内容を作成します。