How can I determine what the most visible item is ...
# compose
z
How can I determine what the most visible item is in a lazy column is? I'm trying to make a list of items and sometimes there's videos. They should only play if they're reasonably visible. If like > 50% of the item is obscured then it should be ignored and another item should take precedence. What horrors must I do to achieve this?