-
public final class VolumePositionIndicatorKt
-
-
Method Summary
Modifier and Type Method Description final static UnitVolumePositionIndicator(Function0<VolumeState> volumeState, Modifier modifier, Boolean autoHide)A PositionIndicator that is tied to the system audio volume. -
-
Method Detail
-
VolumePositionIndicator
@Composable() final static Unit VolumePositionIndicator(Function0<VolumeState> volumeState, Modifier modifier, Boolean autoHide)
A PositionIndicator that is tied to the system audio volume.
Shows on the left side to match Bezel behaviour and shows for 2 seconds after any volume change, including when a new output device is selected.
-
-
-
-