canvas property
latefinal
The HTML canvas element on which the game is rendered.
This is the DOM canvas element for the game's visual output.
Implementation
late final HTMLCanvasElement canvas;
The HTML canvas element on which the game is rendered.
This is the DOM canvas element for the game's visual output.
late final HTMLCanvasElement canvas;