top method

double top()

Implementation

double top() {
  return calculateTopOffset(
          start!.hour, start!.minute, timetableStyle.timeItemHeight) -
      (timetableStyle.startHour * timetableStyle.timeItemHeight);
}