UHeatmapChart constructor
const
UHeatmapChart({})
Implementation
const UHeatmapChart({
required this.matrix,
super.key,
this.rowLabels,
this.colLabels,
this.title,
this.color,
this.style = const UChartStyle(),
this.height = 280,
});