PreviewLabElevatedCard

fun PreviewLabElevatedCard(modifier: Modifier = Modifier, shape: Shape = PreviewLabCardDefaults.ElevatedShape, colors: PreviewLabCardColors = PreviewLabCardDefaults.elevatedCardColors(), elevation: CardElevation = PreviewLabCardDefaults.elevatedCardElevation(), content: @Composable ColumnScope.() -> Unit)
fun PreviewLabElevatedCard(onClick: () -> Unit, modifier: Modifier = Modifier, enabled: Boolean = true, shape: Shape = PreviewLabCardDefaults.ElevatedShape, colors: PreviewLabCardColors = PreviewLabCardDefaults.elevatedCardColors(), elevation: CardElevation = PreviewLabCardDefaults.elevatedCardElevation(), interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, content: @Composable ColumnScope.() -> Unit)