NoDataSheet

fun NoDataSheet(text: String = "No data available", icon: ImageVector = ImageVector.vectorResource(id = R.drawable.round_not_interested_24), materialTheme: MaterialTheme = MaterialTheme)

A composable that displays a sheet with a message and an icon when there is no data available

Parameters

text

the message to display

icon

the icon to display

materialTheme

the material theme to use Docs: NoDataSheet Docs