TWCalendarList constructor

const TWCalendarList({
  1. Key? key,
  2. required TWCalendarController calendarController,
  3. TWCalendarConfigs? configs,
  4. Widget? headerView,
})

Implementation

const TWCalendarList({
  Key? key,
  required this.calendarController,
  this.configs,
  this.headerView,
}) : super(key: key);