Dialogs Actions

fun DialogsActions(modifier: Modifier, dismissAction: () -> Unit, confirmAction: () -> Unit)

The action available for an AssetsDialog

Parameters

modifier

: the modifier to apply to the Row container

dismissAction

: the action to execute when the user dismiss the AssetsDialog

confirmAction

: the action to execute when the user confirm