menu
tetris_engine package
documentation
models/cell.dart
Cell
Cell.empty const constructor
Cell.empty const constructor
dark_mode
light_mode
Cell.empty
constructor
const
Cell.empty
(
)
Implementation
const Cell.empty() : filled = false, type = null;
tetris_engine package
documentation
models/cell
Cell
Cell.empty const constructor
Cell class