VolumePositionIndicator

fun VolumePositionIndicator(volumeUiState: () -> VolumeUiState, modifier: Modifier = Modifier, displayIndicatorEvents: Flow<Unit>? = null, color: Color = MaterialTheme.colors.secondary)

A PositionIndicator that is tied to the system audio volume.

Shows on the left side to match Bezel behaviour. If displayIndicatorEvents is non-null, the indicator is initially hidden and only displays when that flow emits, then auto-hides after two seconds.