PlatformCard

actual fun PlatformCard(onClick: () -> Unit, modifier: Modifier, enabled: Boolean, shape: PlatformCardShape, colors: PlatformCardColors, scale: PlatformCardScale, border: PlatformCardBorder, glow: PlatformCardGlow, interactionSource: MutableInteractionSource?, content: ColumnScope.() -> Unit)(source)
expect fun PlatformCard(onClick: () -> Unit, modifier: Modifier = Modifier, enabled: Boolean = true, shape: PlatformCardShape = PlatformCardShape.default(), colors: PlatformCardColors = PlatformCardColors.default(), scale: PlatformCardScale = PlatformCardScale.default(), border: PlatformCardBorder = PlatformCardBorder.default(), glow: PlatformCardGlow = PlatformCardGlow.default(), interactionSource: MutableInteractionSource? = null, content: @Composable ColumnScope.() -> Unit)(source)
actual fun PlatformCard(onClick: () -> Unit, modifier: Modifier, enabled: Boolean, shape: PlatformCardShape, colors: PlatformCardColors, scale: PlatformCardScale, border: PlatformCardBorder, glow: PlatformCardGlow, interactionSource: MutableInteractionSource?, content: ColumnScope.() -> Unit)(source)