Variable LayoutItem._fillParent

true when layoutWidth/layoutHeight == FILL_PARENT; drives whether this item participates in space distribution

struct LayoutItem
{
  // ...
  bool _fillParent;
  // ...
}