Package-level declarations

Functions

Link copied to clipboard
fun AnimatedSetVolumeButton(onVolumeClick: () -> Unit, volumeUiState: VolumeUiState, modifier: Modifier = Modifier)

Button to launch a screen to control the system volume.

Link copied to clipboard

Utility to determine the preview mode and set LocalInteractivePreview or LocalStaticPreview. All previews will start out as static, since they are identical to the runtime until the second frame (when LaunchedEffect has run) when it will be set correctly.