menu
fortress package
documentation
map.dart
TileMap<T extends TileBase>
width property
width property
dark_mode
light_mode
width
property
int
get
width
The width of the map in tiles
Implementation
int get width => _tiles.width;
fortress package
documentation
map
TileMap<T extends TileBase>
width property
TileMap class