Sets the width and the height of the canvas
@override void setDisplaySize(int width, int height) { canvas.width = width; canvas.height = height; }