withPointStyle method
- PointStyle value
Replaces HeatmapDataPoint.pointStyle with value.
Implementation
HeatmapDataPoint withPointStyle(PointStyle value) =>
copyWith(pointStyle: value);
Replaces HeatmapDataPoint.pointStyle with value.
HeatmapDataPoint withPointStyle(PointStyle value) =>
copyWith(pointStyle: value);