StackedCellMergeStrategy constructor
- int visiblePercentage = 10,
- bool reverse = false,
- CellMergeDirection direction = CellMergeDirection.vertical,
Implementation
const StackedCellMergeStrategy({
this.visiblePercentage = 10,
super.reverse,
super.direction,
});