StackedCellMergeStrategy constructor

const StackedCellMergeStrategy({
  1. int visiblePercentage = 10,
  2. bool reverse = false,
  3. CellMergeDirection direction = CellMergeDirection.vertical,
})

Implementation

const StackedCellMergeStrategy({
  this.visiblePercentage = 10,
  super.reverse,
  super.direction,
});