Screen

fun Screen(modifier: Modifier = Modifier, image: Painter, title: @Composable () -> Unit, description: @Composable () -> Unit, actionText: String? = null, onActionClick: () -> Unit? = null)
fun Screen(image: Painter, title: String = stringResource(Res.string.nothing_found), description: String)