weekHeaderBuilder property

(Widget Function(BuildContext context, DateTime weekDate)?) weekHeaderBuilder
final

the week header builder (gets called for every week)

weekDate is the start of the week, which will always be a startOfTheWeek

Implementation

final Widget Function(BuildContext context, DateTime weekDate)?
    weekHeaderBuilder;