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.

See https://github.com/flutter/flutter/issues/145411

Annotations

Constructors

HeatmapRadius.fromPixels(int radius)
Create a HeatmapRadius with a radius in pixels.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
radius int
The platform-independent value of the radius.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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