HeatmapRadius class
A wrapper around platform specific behavior for the radius of a Heatmap.
Currently this class only handles platform-specific values, but in the future it may provide alternate constructors that abstract platform differences in handling of heatmap radius values.
- Annotations
Constructors
- HeatmapRadius.fromPixels(int radius)
-
Create a HeatmapRadius with a radius in pixels.
const
Properties
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.
override