func environment<V>(WritableKeyPath <EnvironmentValues , V>, V) -> some View
Sets the environment value of the specified key path to the given value.
指定されたキーパスの環境値をこの与えられた値へと設定します。
func environmentObject <T>(T) -> some View
Supplies an
ObservableObject
to a view subhierarchy.