withShowTrackingAxisLabel method
- bool value
Replaces HeatmapChartSeries.showTrackingAxisLabel with value.
Implementation
HeatmapChartSeries withShowTrackingAxisLabel(bool value) =>
copyWith(showTrackingAxisLabel: value);
Replaces HeatmapChartSeries.showTrackingAxisLabel with value.
HeatmapChartSeries withShowTrackingAxisLabel(bool value) =>
copyWith(showTrackingAxisLabel: value);