WeekDayTile constructor
const
WeekDayTile({})
Title for week day in month view.
Implementation
const WeekDayTile({
super.key,
required this.dayIndex,
this.backgroundColor = Constants.white,
this.displayBorder = true,
this.textStyle,
this.weekDayStringBuilder,
});