menu
flutter_scene
scene.dart
TextureAtlas
width property
width
dark_mode
light_mode
width
property
int
get
width
Atlas dimensions in texels (including the padding gutters).
Implementation
int get width => columns * _cellSize;
flutter_scene
scene
TextureAtlas
width property
TextureAtlas class