HeatmapItem class

Constructors

HeatmapItem({required double value, double? alternativeValue, String? unit, String? xAxisLabel, String? yAxisLabel, HeatmapItemStyle style = HeatmapItemStyle.filled})
const

Properties

alternativeValue double?
Optional alternative value that is not used for cell color
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style HeatmapItemStyle
final
unit String?
final
value double
Value used for cell color
final
xAxisLabel String?
Label on the bottom horizontal axis, e.g. the month
final
yAxisLabel String?
Label on the left vertical axis, e.g. the year
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