ListView
fun ListView(useCaseState: UseCaseState, selection: ListSelection, config: ListConfig = ListConfig(), header: Header? = null)
List view for the use-case to display a list of options.
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.