Cell constructor
const
Cell({
- bool filled = false,
- TetrominoType? type,
Implementation
const Cell({this.filled = false, this.type});
const Cell({this.filled = false, this.type});