outlinedIconButtonColors
Creates a IconButtonColors that represents the default colors used in a OutlinedIconButton. LocalContentColor will be applied to the icon and down the UI tree.
See outlinedIconButtonVibrantColors for default values that applies the recommended high contrast colors.
@Composable
Creates a IconButtonColors that represents the default colors used in a OutlinedIconButton.
See outlinedIconButtonVibrantColors for default values that applies the recommended high contrast colors.
Parameters
containerColor
the container color of this icon button when enabled.
contentColor
the content color of this icon button when enabled.
disabledContainerColor
the container color of this icon button when not enabled.
disabledContentColor
the content color of this icon button when not enabled.