Is it possible to animate a composable from normal...
# compose
m
Is it possible to animate a composable from normal sized (wrap content) to
fillMaxHeight()
? I guess it would be possible with
ConstraintLayout
, wondering if there's a simpler solution.
a
try
Modifier.animateContentSize()