fun BorderlessButton(label: String, onClick: () -> Unit, leading: () -> Unit? = null, isEnabled: Boolean = true, expanded: Boolean = false)
label: String
The text to display on the button.
onClick: Function0
The action to perform when the button is clicked.
leading: Function0?
An optional icon to display before the label.
isEnabled: Boolean
Whether the button is enabled or disabled.
expanded: Boolean
Whether the button should be expanded to fill its parent.