DistributeCellMergeStrategy constructor
- int maxCards = 5,
- bool fillVariableSpace = true,
- bool reverse = false,
- CellMergeDirection direction = CellMergeDirection.horizontal,
Implementation
const DistributeCellMergeStrategy({
this.maxCards = 5,
this.fillVariableSpace = true,
super.reverse,
super.direction = CellMergeDirection.horizontal,
});