Stylianos Gakis
02/15/2022, 7:26 PMoverride fun Modifier.align(alignment: Alignment.Horizontal)
. Can we just not use per-item horizontal alignment when using a lazy column? It feels like I should be in the correct context to do this, just like if I were inside a Column
instead of the lazy version of it.