withShowTrackingAxisLabel method

HeatmapChartSeries withShowTrackingAxisLabel(
  1. bool value
)

Replaces HeatmapChartSeries.showTrackingAxisLabel with value.

Implementation

HeatmapChartSeries withShowTrackingAxisLabel(bool value) =>
    copyWith(showTrackingAxisLabel: value);