withLegendLabel method

HeatmapEmptyValueStyle withLegendLabel(
  1. String value
)

Replaces HeatmapEmptyValueStyle.legendLabel with value.

Implementation

HeatmapEmptyValueStyle withLegendLabel(String value) =>
    copyWith(legendLabel: value);