Is it possible to specify the vertical aligment of a container (LazyRow in this case) by a percentage of the height of the container? for example, 20% of the height. I only can find default ways like
verticalAlignment = Alignment.CenterVertically
e
efemoney
10/11/2024, 1:14 PM
Its not clear what you mean. Can you pseudocode an example?