withBorderColor method

HeatmapChartSeries withBorderColor(
  1. Color value
)

Replaces HeatmapChartSeries.borderColor with value.

Implementation

HeatmapChartSeries withBorderColor(Color value) =>
    copyWith(borderColor: value);