func buttonStyle <S>(S) -> some View
Sets the style for buttons within this view to a button style with a custom appearance and custom interaction behavior.
このビュー内のボタンに対するスタイルを、あつらえの外観とあつらえの相互作用挙動をもつボタンスタイルへと設定します。
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.
このビュー内のボタンに対するスタイルを、あつらえの外観と標準相互作用挙動をもつボタンスタイルへと設定します。
func datePickerStyle <S>(S) -> some View
Sets the style for date pickers within this view.
このビュー内の日付ピッカーそれらに対してスタイルを設定します。
func menuStyle <S>(S) -> some View
Sets the style for menus within this view.
func pickerStyle <S>(S) -> some View
Sets the style for pickers within this view.
このビュー内のピッカーそれらに対してスタイルを設定します。
func toggleStyle <S>(S) -> some View
Sets the style for toggles in a view hierarchy.