-
contentColorFor
The Material color system contains pairs of colors that are typically used for the background and content color inside a component.
-
oneHandedGesture
Registers a gesture handler.
-
placeholder
Modifier.placeholder draws a skeleton shape over a component, for situations when no provisional content (such as cached data) is available.
-
placeholderShimmer
Modifier.placeholderShimmer draws a periodic shimmer over content, indicating to the user that contents are loading or potentially out of date.
-
rememberAnimatedTextFontRegistry
Generates an AnimatedTextFontRegistry to use within composition.
-
rememberPickerState
Creates a PickerState that is remembered across compositions.
-
rememberPlaceholderState
Creates a PlaceholderState that is remembered across compositions.
-
rememberRevealState
Create and remember a RevealState.
-
rememberTransformationSpec
Computes and remembers the appropriate TransformationSpec for the current screen size, given one or more ResponsiveTransformationSpecs for different screen sizes.
Last updated: