func buttonBorderShape (ButtonBorderShape ) -> some View
Sets the border shape for buttons in this view.
func buttonStyle <S>(S) -> some View
Sets the style for buttons within this view to a button style with a custom appearance and standard interaction behavior.
このビュー内のボタンに対するスタイルを、あつらえの外観と標準相互作用挙動をもつボタンスタイルへと設定します。
struct ButtonBorderShape
A shape that is used to draw a button’s border.
protocol ButtonStyle
A type that applies standard interaction behavior and a custom appearance to all buttons within a view hierarchy.
ある型、それは標準相互作用挙動とあつらえの外観をあるビュー階層内の全てのボタンに適用するものです。
protocol PrimitiveButtonStyle
A type that applies custom interaction behavior and a custom appearance to all buttons within a view hierarchy.
ある型、それはあつらえの相互作用挙動とあつらえの外観をビュー階層内の全てのボタンに適用するものです。