|
|
|
|
|
|
size = new Size(width, height); |
|
|
|
D.assert(size.width == constraints.constrainWidth(width)); |
|
|
|
D.assert(size.height == constraints.constrainHeight(height)); |
|
|
|
} |
|
|
|
else { |
|
|
|
} else { |
|
|
|
size = constraints.biggest; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (!childParentData.isPositioned) { |
|
|
|
childParentData.offset = _resolvedAlignment.alongOffset(size - child.size); |
|
|
|
} |
|
|
|
else { |
|
|
|
} else { |
|
|
|
BoxConstraints childConstraints = new BoxConstraints(); |
|
|
|
|
|
|
|
if (childParentData.left != null && childParentData.right != null) |
|
|
|