static Rect fromLTWH(double left, double top, double width, double height) => Rect(left, top, left + width, top + height);