Hi, is it possible inside `LazyRow` to use `fillPa...
# compose
k
Hi, is it possible inside
LazyRow
to use
fillParentMaxWidth
modifier together with
defaultMinSize
modifier? The results I am getting are strange. They are described here. It seems like parent respect the minimum width restriction, but reports to its child the size taken from
fillMaxParentMaxWidth
. Am I misunderstanding how
constraints
fly here or is it some kind of bug?