default
fun default(border: PlatformBorder = PlatformBorder.None, focusedBorder: PlatformBorder = border, pressedBorder: PlatformBorder = focusedBorder, disabledBorder: PlatformBorder = border, focusedDisabledBorder: PlatformBorder = PlatformBorder(
border = BorderStroke(
width = 2.dp,
color = Platform.colorScheme().outline
),
inset = 0.dp,
shape = RoundedCornerShape(8.dp)
)): PlatformSurfaceBorder.Clickable(source)