HeatmapLayoutParameters.defaults constructor

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

Implementation

const HeatmapLayoutParameters.defaults({
  this.defaultScrollPosition = CalendarScrollPosition.ended,
  this.monthLabelPosition,
  this.weekLabelPosition,
  this.colorTipPosition,
});