Content

abstract fun Content(rendering: ScreenT)

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