withPointStyle method

HeatmapDataPoint withPointStyle(
  1. PointStyle value
)

Replaces HeatmapDataPoint.pointStyle with value.

Implementation

HeatmapDataPoint withPointStyle(PointStyle value) =>
    copyWith(pointStyle: value);