outlinedIconButtonBorder

@Composable
fun outlinedIconButtonBorder(enabled: Boolean): BorderStroke

Represents the BorderStroke for an OutlinedIconButton, depending on its enabled 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