height property

double get height

Implementation

double get height {
  return rowHeights.fold(0, (a, b) => a + b);
}