withAnnotations method

HeatmapChartSeries withAnnotations(
  1. List<ChartAnnotation> value
)

Replaces HeatmapChartSeries.annotations with value.

Implementation

HeatmapChartSeries withAnnotations(List<ChartAnnotation> value) =>
    copyWith(annotations: value);