ItemsDialog

fun ItemsDialog(title: String, items: List<String>, onDismissRequest: () -> Unit, onOptionSelected: (Int) -> Unit)