PreviewLabCard

fun PreviewLabCard(modifier: Modifier = Modifier, shape: Shape = PreviewLabCardDefaults.Shape, colors: PreviewLabCardColors = PreviewLabCardDefaults.cardColors(), elevation: CardElevation = PreviewLabCardDefaults.cardElevation(), border: BorderStroke? = null, content: @Composable ColumnScope.() -> Unit)
fun PreviewLabCard(onClick: () -> Unit, modifier: Modifier = Modifier, enabled: Boolean = true, shape: Shape = PreviewLabCardDefaults.Shape, colors: PreviewLabCardColors = PreviewLabCardDefaults.cardColors(), elevation: CardElevation = PreviewLabCardDefaults.cardElevation(), border: BorderStroke? = null, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() }, content: @Composable ColumnScope.() -> Unit)