Return Value 戻り値
A view that sets this view’s color scheme. あるビュー、それはこのビューのもつカラースキームを設定したものです。
Availability 有効性
Technology
func colorScheme(_ colorScheme: ColorScheme
) -> some View
A view that sets this view’s color scheme. あるビュー、それはこのビューのもつカラースキームを設定したものです。
colorScheme
The color scheme for this view. このビューに対するカラースキーム。
Use color
to set the color scheme for the view to which you apply it and any subviews. If you want to set the color scheme for all views in the presentation, use preferred
instead.