LinearBuckets constructor

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

Implementation

LinearBuckets({
  this.numFiniteBuckets,
  this.offset,
  this.width,
});