icon

fun icon(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.copy(alpha = 0.2f) ), shape = CircleShape )): PlatformButtonBorder(source)