withShowInLegend method

HeatmapChartSeries withShowInLegend(
  1. bool value
)

Replaces HeatmapChartSeries.showInLegend with value.

Implementation

HeatmapChartSeries withShowInLegend(bool value) =>
    copyWith(showInLegend: value);