DrawModeButton
private fun DrawModeButton(modifier: Modifier = Modifier, selected: Boolean, onClick: () -> Unit)(source)
Renders the Draw mode button in the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
modifier
Compose modifier applied to the rendered UI.
selected
selected value consumed by the API.
onClick
callback invoked by the component.