Construct a rectangle from its left, top, right, and bottom edges.
const Rect.fromLTRB(this.left, this.top, this.right, this.bottom);