SignDocumentItemAction
fun SignDocumentItemAction(signDocumentUiState: SignDocumentUi.SignStateUi, onActionClick: () -> Unit, interactionSource: MutableInteractionSource = remember { MutableInteractionSource() })
Composable function to display an icon button for signing a document, with UI elements changing based on the document's signing state.
Parameters
signDocumentUiState
The current state of the signing process.
onActionClick
Callback to be executed when the button is clicked.