Functions
Link copied to clipboard
fun default(shape: Shape = if (Platform.rememberIsTv()) {
RoundedCornerShape(8.dp)
} else {
CardDefaults.shape
}, focusedShape: Shape = shape, pressedShape: Shape = shape): PlatformCardShape