animateSize

fun animateSize(transitionSpec: @Composable Transition.Segment<ShareState>.() -> FiniteAnimationSpec<Size> = { spring(visibilityThreshold = Size.VisibilityThreshold) }): ShareAnimBody<Size>