menu
reporter package
documentation
reporter.dart
ReportRange
shiftRowsBy method
shiftRowsBy method
dark_mode
light_mode
shiftRowsBy
method
ReportRange
shiftRowsBy
(
int
rows
)
Implementation
ReportRange shiftRowsBy(int rows) { return copyWith( rowIndex: rowIndex + rows, ); }
reporter package
documentation
reporter
ReportRange
shiftRowsBy method
ReportRange class