default

fun default(border: PlatformBorder = PlatformBorder.None, focusedBorder: PlatformBorder = border, pressedBorder: PlatformBorder = focusedBorder, disabledBorder: PlatformBorder = border, focusedDisabledBorder: PlatformBorder = PlatformBorder( border = BorderStroke( width = 1.5.dp, color = Platform.colorScheme().onSurfaceVariant.copy(alpha = 0.2f) ), shape = CircleShape )): PlatformButtonBorder(source)