withLegendLabel method
- String value
Replaces HeatmapEmptyValueStyle.legendLabel with value.
Implementation
HeatmapEmptyValueStyle withLegendLabel(String value) =>
copyWith(legendLabel: value);
Replaces HeatmapEmptyValueStyle.legendLabel with value.
HeatmapEmptyValueStyle withLegendLabel(String value) =>
copyWith(legendLabel: value);