calculateRowOffset method

double calculateRowOffset(
  1. int rowIndex
)

Implementation

double calculateRowOffset(int rowIndex) {
  return rowIndex * rowHeight;
}