Gets the height of a specific row.
Parameters:
index
int
Returns: double — row height in pixels.
double
double getRowHeight(int index) { return _rowHeights?[index] ?? _defaultRowHeight; }