default

fun default(border: PlatformBorder = PlatformBorder.None, focusedBorder: PlatformBorder = if (Platform.rememberIsTv()) { PlatformBorder( border = BorderStroke(width = 3.dp, color = Platform.colorScheme().outline), shape = RoundedCornerShape(8.dp) ) } else { border }, pressedBorder: PlatformBorder = focusedBorder, disabledBorder: PlatformBorder = border): PlatformCardBorder(source)