withShowLabel method

HeatmapEmptyValueStyle withShowLabel(
  1. bool value
)

Replaces HeatmapEmptyValueStyle.showLabel with value.

Implementation

HeatmapEmptyValueStyle withShowLabel(bool value) =>
    copyWith(showLabel: value);