getRowHeight method

double getRowHeight(
  1. int index
)

Implementation

double getRowHeight(int index) {
  return _rowHeights?[index] ?? _defaultRowHeight;
}