clearBorderColor method
Clears HeatmapEmptyValueStyle.borderColor to null.
Implementation
HeatmapEmptyValueStyle clearBorderColor() => copyWith(clearBorderColor: true);
Clears HeatmapEmptyValueStyle.borderColor to null.
HeatmapEmptyValueStyle clearBorderColor() => copyWith(clearBorderColor: true);