ActivityHeatmap constructor
const
ActivityHeatmap({})
Implementation
const ActivityHeatmap({
super.key,
required this.startDate,
required this.endDate,
required this.data,
this.colorStops,
this.title,
this.cellSize = 14,
this.cellSpacing = 2,
this.showMonthLabels = true,
this.showWeekdayLabels = true,
this.onDayTap,
});