MeshtasticTextDialog

fun MeshtasticTextDialog(modifier: ERROR CLASS: Symbol not found for Modifier = Modifier, titleRes: ERROR CLASS: Symbol not found for StringResource, message: String, confirmTextRes: ERROR CLASS: Symbol not found for StringResource?? = null, dismissTextRes: ERROR CLASS: Symbol not found for StringResource?? = null, onConfirm: () -> Unit? = null, onDismiss: () -> Unit? = null, dismissable: Boolean = true)(source)

A simplified MeshtasticDialog using a title resource and a plain text message.