TWWeekdayRow constructor

const TWWeekdayRow({
  1. Key? key,
  2. TWCalendarWeekdayRowConfig? weekdayRowConfig,
})

Implementation

const TWWeekdayRow({
  Key? key,
  this.weekdayRowConfig,
}) : super(key: key);