TWCalendarWeekdayRowConfig constructor

TWCalendarWeekdayRowConfig({
  1. double? weekDayHeight,
  2. Color? titleColor,
  3. double? titleFontSize,
  4. List<String>? titles,
})

Implementation

TWCalendarWeekdayRowConfig({
  this.weekDayHeight,
  this.titleColor,
  this.titleFontSize,
  this.titles,
});