HeatmapLayoutParameters constructor

const HeatmapLayoutParameters({
  1. required CalendarScrollPosition defaultScrollPosition,
  2. CalendarMonthLabelPosition? monthLabelPosition,
  3. CalendarWeekLabelPosition? weekLabelPosition,
  4. CalendarColorTipPosition? colorTipPosition,
})

Implementation

const HeatmapLayoutParameters({
  required this.defaultScrollPosition,
  this.monthLabelPosition,
  this.weekLabelPosition,
  this.colorTipPosition,
});