Functions
Link copied to clipboard
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
Link copied to clipboard
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