lowResRotaryVolumeControls

fun Modifier.lowResRotaryVolumeControls(volumeUiStateProvider: () -> VolumeUiState, onRotaryVolumeInput: (Int) -> Unit, localView: View): Modifier

A low resolution rotary volume modifier, that treats the accumulated input with 1:1 volume change to pass into onRotaryVolumeInput for a corresponding volume change. E.g. 2f change would increase volume by 2 and -3f change would decrease volume by 3.