Package-level declarations

Functions

Link copied to clipboard
fun ContactComposable(contact: Contact, modifier: Modifier = Modifier)

ContactView composable function to display contact information.

Link copied to clipboard
fun ContactsList(contacts: List<Contact>, modifier: Modifier = Modifier)