TitleAction

class TitleAction(val title: String, val imageVector: ImageVector, val onClick: () -> Unit)

an action item placed directly in the right corner of the menu bar, which can be used to perform a specific action when clicked.

Constructors

Link copied to clipboard
constructor(title: String, imageVector: ImageVector, onClick: () -> Unit)

Properties

Link copied to clipboard
val imageVector: ImageVector
Link copied to clipboard
val onClick: () -> Unit
Link copied to clipboard