outlinedButtonColors

Creates a ButtonColors that represents the default container and content colors used in an OutlinedButton.


@Composable
fun outlinedButtonColors(containerColor: Color = Color.Unspecified, contentColor: Color = Color.Unspecified, disabledContainerColor: Color = Color.Unspecified, disabledContentColor: Color = Color.Unspecified): ButtonColors

Creates a ButtonColors that represents the default container and content colors used in an OutlinedButton.

Parameters

containerColor

the container color of this OutlinedButton when enabled

contentColor

the content color of this OutlinedButton when enabled

disabledContainerColor

the container color of this OutlinedButton when not enabled

disabledContentColor

the content color of this OutlinedButton when not enabled