Package 

Class VolumePositionIndicatorKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit VolumePositionIndicator(Function0<VolumeState> volumeState, Modifier modifier, Boolean autoHide) A PositionIndicator that is tied to the system audio volume.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.