wintersoldier
@Composable fun SnackBarContent( test1 : (@Composable () -> Unit), test2 : (@Composable () -> Unit) ){ ConstraintLayout() { } }
Chris Sinco [G]
test()
test2()
Filip Wiesner
Box
propagateMinConstraints
You could wrap test1 and test2 in a Box
A modern programming language that makes developers happier.