HeatmapData class

Constructors

HeatmapData({required List<String> columns, required List<String> rows, required List<HeatmapItem> items, Color selectedColor = Colors.red, List<Color> colorPalette = colorPaletteGreen, double radius = 0.0})
const

Properties

colorPalette List<Color>
The color palette is used to show the difference between the values. There should be at least 2 colors, otherwise the heatmap rects have all the same color. The more colors are inside this palette, the more value classes are created automatically.
final
columns List<String>
final
hashCode int
The hash code for this object.
no setterinherited
items List<HeatmapItem>
final
radius double
Rounded rect with radius or a rect without rounded edges
final
rects List<Rect>
no setter
rows List<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedColor Color
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited