Cell constructor

const Cell({
  1. bool filled = false,
  2. TetrominoType? type,
})

Implementation

const Cell({this.filled = false, this.type});