Creates a rectangle from left, top, width, and height.
const LayoutRect.fromLTWH(this.left, this.top, this.width, this.height);