DistributeCellMergeStrategy constructor

const DistributeCellMergeStrategy({
  1. int maxCards = 5,
  2. bool fillVariableSpace = true,
  3. bool reverse = false,
  4. CellMergeDirection direction = CellMergeDirection.horizontal,
})

Implementation

const DistributeCellMergeStrategy({
  this.maxCards = 5,
  this.fillVariableSpace = true,
  super.reverse,
  super.direction = CellMergeDirection.horizontal,
});