static Rect fromLTRB(double left, double top, double right, double bottom) => Rect(left, top, right, bottom);