SharedContactDialogContent
fun SharedContactDialogContent(sharedContact: SharedContact, node: Node?, onDismiss: () -> Unit, onImport: () -> Unit, modifier: Modifier = Modifier)(source)
Stateless content of SharedContactDialog. node is the matching node already in the local database, or null when the contact is unknown.