InfoDialog
fun InfoDialog(state: UseCaseState, selection: InfoSelection, header: Header? = null, body: InfoBody, properties: DialogProperties = DialogProperties())
Info dialog for the use-case to display simple information.
Parameters
state
The state of the sheet.
selection
The selection configuration for the dialog.
header
The header to be displayed at the top of the dialog.
body
The body content to be displayed inside the dialog.
properties
DialogProperties for further customization of this dialog's behavior.