void layout(double left, double top, double right, double bottom) { rect = Rect.fromLTRB(left, top, right, bottom); }