withSegmentStyle method

HeatmapDataPoint withSegmentStyle(
  1. SegmentStyle value
)

Replaces HeatmapDataPoint.segmentStyle with value.

Implementation

HeatmapDataPoint withSegmentStyle(SegmentStyle value) =>
    copyWith(segmentStyle: value);