Action

class Action(val title: String, val icon: IconComposable? = null, val action: () -> Unit) : ActionItem

Constructors

Link copied to clipboard
constructor(title: String, icon: IconComposable? = null, action: () -> Unit)

Properties

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

Functions

Link copied to clipboard
Link copied to clipboard