HeatmapChart constructor
const
HeatmapChart({
- Key? key,
- required ChartConfig config,
- ChartTheme? theme,
Implementation
const HeatmapChart({
super.key,
required this.config,
this.theme,
});