func colorScheme (ColorScheme ) -> some View
Sets this view’s color scheme.
このビューの持つカラースキームを設定します。
func listRowPlatterColor (Color?) -> some View
Sets the color that the system applies to the row background when this view is placed in a list.
このビューがリストの中に置かれる時にシステムが行背景に適用する色を設定します。
func background<Background>(Background, alignment: Alignment) -> some View
Layers the given view behind this view.
与えられたビューをこのビューの背後に層として重ねます。