SSpreadsheetHitResult constructor
const
SSpreadsheetHitResult({
- int? rowIndex,
- double rowProgress = 0.0,
- int? columnIndex,
- double columnProgress = 0.0,
- bool isInDataArea = false,
- int totalRows = 0,
- int totalColumns = 0,
- bool isFirstVisibleRow = false,
- bool isLastVisibleRow = false,
- bool canScrollUp = false,
- bool canScrollDown = false,
- bool isFirstVisibleColumn = false,
- bool isLastVisibleColumn = false,
- bool canScrollLeft = false,
- bool canScrollRight = false,
Implementation
const SSpreadsheetHitResult({
this.rowIndex,
this.rowProgress = 0.0,
this.columnIndex,
this.columnProgress = 0.0,
this.isInDataArea = false,
this.totalRows = 0,
this.totalColumns = 0,
this.isFirstVisibleRow = false,
this.isLastVisibleRow = false,
this.canScrollUp = false,
this.canScrollDown = false,
this.isFirstVisibleColumn = false,
this.isLastVisibleColumn = false,
this.canScrollLeft = false,
this.canScrollRight = false,
});