Colour ramp for heatmap rendering.
ChartRamp? get ramp => _ramp;
set ramp(ChartRamp? value) { _ramp = value; notifyListeners(); }