outlinedIconToggleButtonBorder

@Composable
fun outlinedIconToggleButtonBorder(enabled: Boolean, checked: Boolean): BorderStroke?

Represents the BorderStroke for an OutlinedIconButton, depending on its enabled and checked state. LocalContentColor will be used as the border color.

See outlinedIconToggleButtonVibrantBorder for a BorderStroke that uses the spec recommended color as the border color.

Parameters

enabled

whether the icon button is enabled

checked

whether the icon button is checked