ContactsList

data class ContactsList(val contacts: List<Contact>) : ComposableContent

Constructors

Link copied to clipboard
constructor(contacts: List<Contact>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun Content(modifier: Modifier)
open fun Content()