-
contentColorFor
The Material color system contains pairs of colors that are typically used for the background and content color inside a component.
-
placeholder
Draws a placeholder shape over the top of a composable and animates a wipe off effect to remove the placeholder.
-
placeholderShimmer
Modifier to draw a placeholder shimmer over a component.
-
rememberPickerGroupState
Creates a PickerGroupState that is remembered across compositions.
-
rememberPickerState
Creates a PickerState that is remembered across compositions.
-
rememberPlaceholderState
Creates a PlaceholderState that is remembered across compositions.
-
rememberRevealState
Create and remember a RevealState.
-
rememberScalingLazyListState
Creates a ScalingLazyListState that is remembered across compositions.
-
rememberSwipeToDismissBoxState
Create a SwipeToDismissBoxState and remember it.
-
rememberSwipeableState
Create and remember a SwipeableState with the default animation clock.
Wear Material Compose
Jetpack Compose API reference for compose-material.