Custom builder for the weekday label widget
typedef WeekdayLabelBuilder = Widget? Function({ required int weekday, bool? isScrollViewTopHeader, });