- rememberActiveFocusRequester
-
rememberAmbientModeManager
Creates, remembers, and manages the lifecycle of the default AmbientModeManager implementation.
-
rememberExpandableState
Create and remember an ExpandableState Example of an expandable list: Example of an expandable text:
-
rememberExpandableStateMapping
Create and remember a mapping from keys to ExpandableStates ExpandableStates can be requested by key, and we will created with the parameters given here when a mapping didn't exis…
-
rememberPagerState
Creates and remember a PagerState to be used with a Wear Pager
-
rememberRevealState
Create and remember a RevealState.
-
rememberScalingLazyListState
Creates a ScalingLazyListState that is remembered across compositions.
-
rememberSwipeToDismissBoxState
Create a SwipeToDismissBoxState and remember it.
-
rememberTransformingLazyColumnState
Creates a TransformingLazyColumnState that is remembered across compositions.
compose-foundation
Jetpack Compose API reference for compose-foundation.