commit method
Commit this operation into a cellMatrix
Implementation
@override
void commit(MatrixMap<CellDataType> matrix) {
matrix.remove(
colIndex: position.dx,
rowIndex: position.dy,
);
}
Commit this operation into a cellMatrix
@override
void commit(MatrixMap<CellDataType> matrix) {
matrix.remove(
colIndex: position.dx,
rowIndex: position.dy,
);
}