While implementing LazyVerticalStaggeredGrid , it is placing items like this as shown in photo, what can i do to place item in sequential manner like 0 on left side , then 1 on right side and then again 2 on left side.
I am doing this because i need to add different padding to left side elements and different to right side elements. Why i am doing this because my staggered grid has some elements that has full width span and i dont want to add padding to them only to items whose span is SingleLane.