DropdownAction

data class DropdownAction(val icon: Icon, val action: () -> Unit)

Constructors

Link copied to clipboard
constructor(icon: Icon, action: () -> Unit)

Properties

Link copied to clipboard
val action: () -> Unit
Link copied to clipboard
val icon: Icon