menu
tetris_engine package
documentation
models/cell.dart
Cell
filled property
filled property
dark_mode
light_mode
filled
property
bool
filled
final
Whether this cell is occupied.
Implementation
final bool filled;
tetris_engine package
documentation
models/cell
Cell
filled property
Cell class