HeatMapState constructor

HeatMapState(
  1. HeatMapOptions options
)

Implementation

HeatMapState(this.options) {
  imageSink = StreamController.broadcast();
}