withExcludedOpacity method

HeatmapValueFilter withExcludedOpacity(
  1. double value
)

Replaces HeatmapValueFilter.excludedOpacity with value.

Implementation

HeatmapValueFilter withExcludedOpacity(double value) =>
    copyWith(excludedOpacity: value);