void add({ double top = 0, double bottom = 0, double left = 0, double right = 0, }) { this.top += top; this.bottom += bottom; this.left += left; this.right += right; }