HeatmapRadius.fromPixels constructor

const HeatmapRadius.fromPixels(
  1. int radius
)

Create a HeatmapRadius with a radius in pixels.

This value will be used verbatim on all platforms. It is up to the developer to ensure that the value is appropriate for the platform.

Implementation

const HeatmapRadius.fromPixels(this.radius);