Button
A Button component with COUI style.
Parameters
The callback when the Button is clicked.
The modifier to be applied to the Button.
Whether the Button is enabled.
Whether the Button shrinks while pressed (COUIButton scaleEnable). Set to false for buttons that fill a container cell, such as the alert dialog button bar, leaving the full-cell press tint as the only feedback.
The corner radius of the Button.
The minimum width of the Button.
The minimum height of the Button.
The ButtonColors of the Button.
The margin inside the Button.
The MutableInteractionSource to be used for the Button.
The Indication to be used for the Button. Defaults to null because the COUI press feedback (scale + press tint) is built into the button itself.
The Composable content of the Button.