Koneko Toujou
09/26/2021, 8:45 AMmeasure child Row
> child Row needs to know how big it will be in order to be able to layout it's children
> child Row needs information from parent Row
> > parent Row has no information because it is still trying to measure child Row
> > parent Row does not know how big child Row should be
> child Row does not know how big parent Row wants child Row to be
> child Row cannot measure itself reliably without assuming how big it is going to be
Adam Powell
09/26/2021, 2:32 PMConstraints
object that contains minimum and maximum width and height. The child can choose to be any size within that range.Koneko Toujou
09/27/2021, 12:13 AM