WeightNode
Wrapper that gives child a fractional share of the parent container's remaining space along the main axis.
Inside a RowNode the weight applies to width: every weighted child receives (weight / sumOfWeights) × (rowWidth − fixedWidth). Inside a ColumnNode the weight applies to height in exactly the same way. The minimum sensible weight is 1f; values smaller than 1f are still honoured proportionally.