ActionOutlinedButton
Common outlined button with an icon, that can change to a progress indicator.
Parameters
Modifier to be used for the button.
Text to be shown on the button.
Color of the text.
A painter to be shown in the button icon.
Color of the icon, defaults to the current content color.
A flag that will indicate if the action is in progress and this will show a progress indicator in front of the button text instead of the icon.
Action to be performed on button click.
Flag to enable or disable the button.
Border to be used for the button.
Common outlined button with an icon, that can change to a progress indicator.
Parameters
Modifier to be used for the button.
Text to be shown on the button.
Color of the text.
A ImageVector to be shown in the button icon.
Color of the icon, defaults to the current content color.
A flag that will indicate if the action is in progress and this will show a progress indicator in front of the button text instead of the icon.
Action to be performed on button click.
Flag to enable or disable the button.
Border to be used for the button.