Menu Row Element
data class MenuRowElement(val text: String, val onClick: () -> Unit? = null, val rightElement: UiElement? = null) : UiElement.Interactive
A clickable element in a list of related actions.
A clickable element in a list of related actions.