WeekdayBuilder typedef
This builder is called for every weekday container (7 times, from Mon to Sun).
weekday - weekday built, from 0 to 6.
weekdayName - string representation of the weekday (Mon, Tue, Wed, etc).
Implementation
typedef WeekdayBuilder = Widget Function(int weekday, String weekdayName);