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