TextLinkButton
Component that displays an underlined text link Button
Parameters
the text to be displayed as a underlined link
callback when textLink button is clicked.
the Modifier to be applied to this layout node
The size of the button
The intent color for the button. Note that ButtonIntent.Surface will use the the LocalContentColor.
Controls the enabled state of the button. When false
, this button will not be clickable
The optional icon to be displayed at the start or the end of the button container.
If an icon is added, you can configure the side where is should be displayed, at the start or end of the button
show or hide a CircularProgressIndicator at the start that push the content to indicate a loading state
the MutableInteractionSource representing the stream of Interactions for this button. You can create and pass in your own remember
ed instance to observe Interactions and customize the appearance / behavior of this button in different states.
Component that displays an underlined text link Button
Parameters
callback when textLink button is clicked.
the Modifier to be applied to this layout node
The size of the button
The intent color for the button.
Controls the enabled state of the button. When false
, this button will not be clickable
The optional icon to be displayed at the start or the end of the button container.
If an icon is added, you can configure the side where is should be displayed, at the start or end of the button
show or hide a CircularProgressIndicator at the start that push the content to indicate a loading state
the MutableInteractionSource representing the stream of Interactions for this button. You can create and pass in your own remember
ed instance to observe Interactions and customize the appearance / behavior of this button in different states.