Props

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

Constructors

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

Properties

Link copied to clipboard
val content: RenderFn
Link copied to clipboard
Link copied to clipboard