charts/heatmap/simple_heatmap_chart library

Classes

SimpleHeatmapCell
SimpleHeatmapChart
A compact matrix chart for intensity, workload, activity, mastery, and risk-style grids.

Typedefs

SimpleHeatmapCellTapCallback = void Function(SimpleHeatmapCell cell, int rowIndex, int columnIndex)
SimpleHeatmapTooltipBuilder = Widget Function(BuildContext context, SimpleHeatmapCell cell, int rowIndex, int columnIndex, String formattedValue)
SimpleHeatmapValueFormatter = String Function(double value)