Fill max width in horizontally scrollable lazy column in Jetpack Compose
I want to have a vertical lazy list of items where each item take parent width when horizontal scroll isn’t available, otherwise max IntrinsicWidth among all children.
I want to have a vertical lazy list of items where each item take parent width when horizontal scroll isn’t available, otherwise max IntrinsicWidth among all children.