MenuItem

data class MenuItem(val icon: ImageVector, val text: String, val onClick: () -> Unit = {}, val isEnable: Boolean = true)

Constructors

Link copied to clipboard
constructor(icon: ImageVector, text: String, onClick: () -> Unit = {}, isEnable: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
val isEnable: Boolean = true
Link copied to clipboard
val onClick: () -> Unit
Link copied to clipboard