default

fun default(shape: Shape = if (Platform.rememberIsTv()) { RoundedCornerShape(8.dp) } else { CardDefaults.shape }, focusedShape: Shape = shape, pressedShape: Shape = shape): PlatformCardShape(source)