HeatmapGrid constructor
const
HeatmapGrid({})
Implementation
const HeatmapGrid({
super.key,
required this.values,
required this.minValue,
required this.maxValue,
this.startColor = const Color(0xFF2166AC),
this.endColor = const Color(0xFFB2182B),
this.cellRadius = 2,
this.cellPadding = 1,
this.showValues = false,
this.valueStyle,
this.onCellTap,
});