ListDialogOptions

fun ListDialogOptions(items: Map<String, String>, dismissOnSelect: Boolean = true, showSelectedItem: Boolean = true)

Parameters

items

The items to display in the dialog.

dismissOnSelect

If the dialog should be dismissed when selecting an option.

showSelectedItem

If true, a radio button (small circle) will be shown to indicate the currently selected item.