DefaultElevatedCard

fun DefaultElevatedCard(modifier: Modifier = Modifier, shape: Shape = CardDefaults.shape, content: @Composable ColumnScope.() -> Unit)

Default Material Design elevated card.

Parameters

modifier

Modifier to be applied

shape

card shape

content

content of the card