setScroll will scroll the in canvas
void setScroll({double? scrollX, double? scrollY}) { this.scrollX = scrollX; this.scrollY = scrollY; }