menu
tetris_engine package
documentation
models/cell.dart
Cell
type property
type property
dark_mode
light_mode
type
property
TetrominoType
?
type
final
Which tetromino type filled this cell (null if empty).
Implementation
final TetrominoType? type;
tetris_engine package
documentation
models/cell
Cell
type property
Cell class