How to align specific children in a LazyColumn?
How can I align horizontally a particular children in a LazyColumn? it worked perfectly using Column, but it doesn’t work in LazyColumn because I can’t import Modifier.align for each particular item of the list, doesn’t exist align import.