void addChildren(List<Box> children) { _attachChildren([..._children, ...children]); markNeedsLayout(); }