Skip to content

Instantly share code, notes, and snippets.

@exyte-agency
Last active December 26, 2022 11:07
@Composable
@Stable
fun rememberCollapsingHeaderState(
- key: Any = Unit,
+ key: Any,
topInset: Dp
) = remember(key1 = key) {
CollapsingHeaderState(topInset = topInset)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment