Package 

Class AnimatedSetVolumeButtonKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit AnimatedSetVolumeButton(Function0<Unit> onVolumeClick, VolumeState volumeState, Modifier modifier) 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

      • AnimatedSetVolumeButton

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

        Button to launch a screen to control the system volume.

        See VolumeState