ComposeScreen

inline fun ComposeScreen(crossinline content: @Composable () -> Unit): ComposeScreen

Convenience function for creating anonymous ComposeScreens since composable fun interfaces aren't supported. See the ComposeScreen class for more information.