scale property

set scale (TemperatureScale v)

Implementation

set scale(TemperatureScale v) {
  if (_scale == v) return;
  _scale = v;
  _staticPicture = null;
  markNeedsPaint();
}