Package 

Class SetVolumeButtonKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit SetVolumeButton(Function0<Unit> onVolumeClick, VolumeState volumeState, Modifier modifier, Boolean enabled) Button to launch a screen to control the system volume.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • SetVolumeButton

        @Composable() final static Unit SetVolumeButton(Function0<Unit> onVolumeClick, VolumeState volumeState, Modifier modifier, Boolean enabled)

        Button to launch a screen to control the system volume.

        See VolumeState