-
public final class SettingsButtonKt
-
-
Method Summary
Modifier and Type Method Description final static UnitSettingsButton(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. -
-
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
-
-
-
-