CellPositionResult constructor
const
CellPositionResult({})
Implementation
const CellPositionResult({
this.isOffscreenY = false,
this.isOffscreenX = false,
required this.leftTop,
required this.cellSize,
});
const CellPositionResult({
this.isOffscreenY = false,
this.isOffscreenX = false,
required this.leftTop,
required this.cellSize,
});