copyWith method
Implementation
Cell copyWith({bool? filled, TetrominoType? type}) =>
Cell(filled: filled ?? this.filled, type: type ?? this.type);
Cell copyWith({bool? filled, TetrominoType? type}) =>
Cell(filled: filled ?? this.filled, type: type ?? this.type);