getsubListHeight method

double getsubListHeight()

Implementation

double getsubListHeight() {
  return (41 * subList.length) + 50;
}