Scale constructor

Scale({
  1. ScaleUnit? unit,
  2. double? value,
})

Implementation

Scale({
  this.unit,
  this.value,
});