Package-level declarations
Types
Properties
Provides a CreationExtras instance with the Application instance.
Provides CreationExtras from a Context.
Functions
Extension function for Modifier that detects tap gestures and calculates the tap's origin as a TransformOrigin, which represents the position as a fraction of the size of the element.
Applies a fade effect over the content, drawing a gradient from an initial color to a final color. This can be used to create effects like text fading into the background.
Context extension function
Creates a parallax effect on a composable as the user scrolls. The composable's vertical position is adjusted based on the scrollState.
Draws a shadow behind the content.
A workaround for custom colored shadow.
Applies a shimmering effect to the composable. This is often used to indicate a loading state. The shimmer is a linear gradient that animates across the composable.
Applies a shimmering effect to a composable, typically used for loading placeholders.