withAnnotations method
- List<
ChartAnnotation> value
Replaces HeatmapChartSeries.annotations with value.
Implementation
HeatmapChartSeries withAnnotations(List<ChartAnnotation> value) =>
copyWith(annotations: value);
Replaces HeatmapChartSeries.annotations with value.
HeatmapChartSeries withAnnotations(List<ChartAnnotation> value) =>
copyWith(annotations: value);