colorMap property

Map<T, Color>? colorMap
final

Provide a map that defines how the cell in 'selectedMap' should change color in the heatmap e.g. {1: Colors.red, 10: Colors.blue} color of heatmap cell: (-inf,1) defualt, [1, 10) red, [10,inf) blue

Implementation

final Map<T, Color>? colorMap;