GitHubHeatmap constructor
const
GitHubHeatmap({})
Implementation
const GitHubHeatmap({
super.key,
required this.year,
required this.data,
this.baseColor = const Color(0xFF4CAF50),
this.levels = 5,
this.cellSize = 12,
this.cellSpacing = 2,
this.onDayTap,
});