WeekDayView constructor
const
WeekDayView({})
Implementation
const WeekDayView(
{Key? key,
required this.tasks,
this.taskCardColor,
this.taskTitleColor,
this.taskSubtitleColor,
this.highlightTextColor,
this.highlightBackgroundColor,
this.textColor,
this.controller,
this.scrollPhysics,
this.locale = 'en_US'})
: super(key: key);