InfoView

fun InfoView(useCaseState: UseCaseState, selection: InfoSelection, header: Header? = null, body: InfoBody)

Info view for the use-case to display simple information.

Parameters

useCaseState

The state of the sheet.

selection

The selection configuration for the dialog view.

header

The header to be displayed at the top of the dialog view.

body

The body content to be displayed inside the dialog view.