AepButtonStyle
Class representing the style of an AepButton composable.
Public Properties
Property | Type | Description |
---|---|---|
modifier | The modifier to be applied to the button. | |
enabled | Boolean? | The enabled state of the button. |
elevation | The elevation of the button. | |
shape | The shape of the button. | |
border | The border to draw around the container of this button. | |
colors | The colors that will be used for this button in different states. | |
contentPadding | The spacing values to apply internally between the container and the text. |