height method

double height()

Implementation

double height() {
  return calculateTopOffset(0, 60, timetableStyle.timeItemHeight) + 1;
}