Tile constructor
Creates an immutable representation of a Tile to draw by TileProvider.
Implementation
const Tile(this.width, this.height, this.data);
Creates an immutable representation of a Tile to draw by TileProvider.
const Tile(this.width, this.height, this.data);