DebugMenuItem

private fun DebugMenuItem(text: String, modifier: Modifier = Modifier, startIcon: ImageVector? = null, showChevron: Boolean = true, endValueText: String = "", endValueContent: @Composable () -> Unit? = null, onClick: () -> Unit = {})(source)

Renders the DebugMenuItem UI for the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

text

text value consumed by the API.

modifier

Compose modifier applied to the rendered UI.

startIcon

start icon value consumed by the API.

showChevron

show chevron value consumed by the API.

endValueText

end value text value consumed by the API.

endValueContent

end value content value consumed by the API.

onClick

callback invoked when the user activates the control.