When using a LazyColumn, I can’t access the `overr...
# compose
s
When using a LazyColumn, I can’t access the
override 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.