functions/header_height library

Functions

getDayFormatHeaderHeight(int numEvents, {bool isExpanded = false}) double
This function returns the header height for the day format based on the number of events in the day. The header height is used to calculate the height of the event column.
getExpandedHeaderHeight(int numEvents, {bool isExpanded = false}) double
This function returns the expanded header height based on the number of events in the day, used for the daily expanded view. The expanded header height is used to calculate the height of the event column.