calculateScrollExtent method

double calculateScrollExtent(
  1. int totalRows
)

Implementation

double calculateScrollExtent(int totalRows) {
  return totalRows * rowHeight;
}