HeatMapState constructor
HeatMapState(
- HeatMapOptions options
Implementation
HeatMapState(this.options) {
imageSink = StreamController.broadcast();
}
HeatMapState(this.options) {
imageSink = StreamController.broadcast();
}