VisibleRowRange constructor

const VisibleRowRange(
  1. int firstRow,
  2. int lastRow
)

Implementation

const VisibleRowRange(this.firstRow, this.lastRow);