Construct a rectangle from its left, top, right, and bottom edges.
@pragma('vm:entry-point') const Rect.fromLTRB(this.left, this.top, this.right, this.bottom);