BrushSizeSlider
internal fun BrushSizeSlider(modifier: Modifier = Modifier, size: Int, onValueChanged: (Int) -> Unit)(source)
Renders the BrushSizeSlider UI for the SDAI presentation layer.
Author
Dmitriy Moroz
Parameters
modifier
Compose modifier applied to the rendered UI.
size
size value consumed by the API.
onValueChanged
callback invoked by the component.