MonthWeekCustomizer constructor

MonthWeekCustomizer({
  1. double height = 40,
  2. TextStyle? textStyle,
  3. List<String>? weekList,
})

Implementation

MonthWeekCustomizer({
  this.height = 40,
  this.textStyle,
  this.weekList,
});