MonthHeaderCustomizer constructor

MonthHeaderCustomizer({
  1. double height = 40,
  2. double? width,
  3. EdgeInsetsGeometry? padding,
  4. TextStyle? textStyle,
  5. List<String>? monthList,
})

Implementation

MonthHeaderCustomizer({
  this.height = 40,
  this.width,
  this.padding,
  this.textStyle,
  this.monthList,
});