maxHeaderFraction property
The maximum fraction (between 0 and 1, exclusive) that the header MultiDateTimetableHeader may consume of the timetable's total height.
This ensures that a header containing many all-day events in parallel doesn't push away the content (i.e., part-time events).
See also:
- MultiDateEventHeaderStyle.maxEventRows, which configures the maximum number of rows that header events can allocate.
Implementation
final double maxHeaderFraction;