ListPopup
fun ListPopup(state: UseCaseState, selection: ListSelection, config: ListConfig = ListConfig(), header: Header? = null, alignment: Alignment = Alignment.TopStart, offset: IntOffset = IntOffset(0, 0), properties: PopupProperties = PopupProperties())
List dialog for the use-case to display a list of options.
Parameters
state
The state of the sheet.
selection
The selection configuration for the dialog.
config
The general configuration for the dialog.
header
The header to be displayed at the top of the dialog.
alignment
The alignment of the popup.
offset
The offset of the popup.
properties
DialogProperties for further customization of this dialog's behavior.