withSegmentStyle method
- SegmentStyle value
Replaces HeatmapDataPoint.segmentStyle with value.
Implementation
HeatmapDataPoint withSegmentStyle(SegmentStyle value) =>
copyWith(segmentStyle: value);
Replaces HeatmapDataPoint.segmentStyle with value.
HeatmapDataPoint withSegmentStyle(SegmentStyle value) =>
copyWith(segmentStyle: value);