title | String | "" | The text displayed on the button. |
animationScale | AnimationScale | medium | The scaling factor for the button's press animation, with a value between 0 and 1. |
color | ComponentColor? | nil | The color of the button. |
cornerRadius | ComponentRadius | medium | The corner radius of the button. |
font | UniversalFont? | nil | The font used for the button's title text. If not provided, the font is automatically calculated based on the button's size. |
isEnabled | Bool | true | A Boolean value indicating whether the button is enabled or disabled. |
isFullWidth | Bool | false | A Boolean value indicating whether the button should occupy the full width of its superview. |
size | ComponentSize | medium | The predefined size of the button. |
style | ButtonStyle | filled | The visual style of the button. |