InputView
fun InputView(useCaseState: UseCaseState, selection: InputSelection, config: InputConfig = InputConfig(), header: Header? = null)
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.
config
The general configuration for the dialog view.
header
The header to be displayed at the top of the dialog view.