zoha131
03/02/2021, 7:02 PMAnimatedVisibility
. More specifically why do we have RowScope
and ColumnScope
version of implementations? Isn’t without scope one is enough?
I think I have seen this pattern for couple of other Composables. My curious minds wants to the reason behind it. 🧐ColumnScope
one then I can’t use any other version.Jan Bína
03/02/2021, 10:30 PMWhen the [AnimatedVisibility] composable is put in a [Row] or a [Column], the default enter and exit transitions are tailored to that particular container.
zoha131
03/02/2021, 11:51 PMZach Klippenstein (he/him) [MOD]
03/02/2021, 11:53 PM