ZoomSlider
private fun ZoomSlider(modifier: Modifier = Modifier, zoom: Float, onZoomChanged: (Float) -> Unit, onResetClick: () -> Unit)(source)
Renders the inpaint zoom slider in the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
modifier
Compose modifier applied to the rendered UI.
zoom
zoom value consumed by the API.
onZoomChanged
callback invoked by the component.
onResetClick
callback invoked by the component.