void setClip(double left, double top, double width, double height) { _uiCanvas.clipRect(ui.Rect.fromLTWH(left, top, width, height), doAntiAlias: true); }