outlinedIconToggleButtonVibrantBorder

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

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

Parameters

enabled

whether the icon button is enabled

checked

whether the icon button is checked