HeatMap class

Annotations

Constructors

HeatMap({required HeatMapId heatMapId, Map<double, Color>? color, int? resourceId, String? dataSet, double intensity = 1.0, Map<double, double>? intensityMap, double opacity = 0.0, Map<double, double>? opacityMap, double radius = 10, Map<double, double>? radiusMap, RadiusUnit radiusUnit = RadiusUnit.pixel, bool visible = true})
const

Properties

color Map<double, Color>?
final
dataSet String?
final
hashCode int
The hash code for this object.
no setteroverride
heatMapId HeatMapId
final
intensity double
final
intensityMap Map<double, double>?
final
opacity double
final
opacityMap Map<double, double>?
final
radius double
final
radiusMap Map<double, double>?
final
radiusUnit RadiusUnit
final
resourceId int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
visible bool
final

Methods

clone() HeatMap
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateCopy({Map<double, Color>? color, int? resourceId, String? dataSet, double? intensity, Map<double, double>? intensityMap, double? opacity, Map<double, double>? opacityMap, double? radius, Map<double, double>? radiusMap, RadiusUnit? radiusUnit, bool? visible}) HeatMap

Operators

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