Package 

Class SettingsButtonKt

    • Method Summary

      Modifier and Type Method Description
      final static Unit SettingsButton(Function0<Unit> onClick, ImageVector imageVector, String contentDescription, Modifier modifier, Boolean enabled, Dp iconSize, Dp tapTargetSize) 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

      • SettingsButton

        @Composable() final static Unit SettingsButton(Function0<Unit> onClick, ImageVector imageVector, String contentDescription, Modifier modifier, Boolean enabled, Dp iconSize, Dp tapTargetSize)

        Button to launch a screen to control the system volume.

        See VolumeState