func environment<V>(WritableKeyPath <EnvironmentValues , V>, V) -> some View
Sets the environment value of the specified key path to the given value.
指定されたキーパスの環境値をこの与えられた値へと設定します。
func transformEnvironment <V>(WritableKeyPath <EnvironmentValues , V>, transform: (inout V) -> Void) -> some View
Transforms the environment value of the specified key path with the given function.
指定されたキーパスの環境値をこの与えられた関数で変換します。