Tristan
06/19/2020, 3:54 AMLeland Richardson [G]
06/19/2020, 4:00 AMstate { 123 }
is equivalent to remember { mutableStateOf(123) }
zalewski.se
06/19/2020, 4:30 AMArrangement
we have Arrangement.Foo
but for Gravity
we have Alignment.Bar
🤯Leland Richardson [G]
06/19/2020, 4:32 AMMihai Popa
06/19/2020, 3:21 PMArrangement
refers to positioning multiple children, while the other two refer to positioning one child individually. This distinction might remain, though it's indeed confusing that Alignment
and Gravity
are used interchangeably now - we will stick to one but it's TBD to which one 🙂