$Linear constructor

$Linear({
  1. int? numFiniteBuckets,
  2. double? offset,
  3. double? width,
})

Implementation

$Linear({
  this.numFiniteBuckets,
  this.offset,
  this.width,
});