ListDialogModel
constructor(positiveButton: TextModel? = null, title: TextModel? = null, positiveButtonListener: (item: List<ComposableListable>) -> Unit? = null, negativeButton: TextModel? = null, negativeButtonListener: () -> Unit? = null, cancelable: Boolean = true, onCheckedChange: (checked: Boolean, item: ComposableListable) -> Unit? = null, onDismiss: () -> Unit? = null, items: List<ComposableListable> = listOf(), selected: List<ComposableListable> = listOf(), multiple: Boolean = false)