ActionItem

sealed class ActionItem

Inheritors

Types

Link copied to clipboard
class Action(val title: String, val icon: IconComposable? = null, val action: () -> Unit) : ActionItem
Link copied to clipboard
class Page(val title: String, val icon: IconComposable? = null, val screen: Screen) : ActionItem