setPositiveButton

fun setPositiveButton(text: String, contentDescription: String = text, positiveButtonListener: (items: List<ComposableListable>) -> Unit? = null): ListDialogBuilder
fun setPositiveButton(text: AnnotatedString, contentDescription: String = text.toString(), positiveButtonListener: (items: List<ComposableListable>) -> Unit? = null): ListDialogBuilder