Props

data class Props(    val content: RenderFn,     val style: DropdownMenu.Style,     val items: List<DropdownMenu.Item>)

Constructors

Link copied to clipboard
fun Props(    content: RenderFn,     style: DropdownMenu.Style,     items: List<DropdownMenu.Item>)

Properties

Link copied to clipboard
val content: RenderFn
Link copied to clipboard
val items: List<DropdownMenu.Item>
Link copied to clipboard
val style: DropdownMenu.Style