EmptyScreen

Constructors

Link copied to clipboard
constructor()

Functions

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