ViewEnvironmentKey
Defines a value type T that can be provided by a ViewEnvironment map, and specifies its default value.
It is hard to imagine a useful implementation of this that is not a Kotlin object. Preferred use is to have the companion object of T extend this class. See BackStackConfig.Companion for an example.