Content

abstract fun Content(rendering: ScreenT, environment: ViewEnvironment)

The composable content of this ScreenComposableFactory. This method will be called any time rendering or environment change. It is the Compose-based analogue of ScreenViewRunner.showRendering.