MinRadiusScale constructor

const MinRadiusScale({
  1. double none = 0,
  2. double sm = 6,
  3. double md = 8,
  4. double lg = 10,
  5. double xl = 12,
  6. double xl2 = 16,
  7. double full = 9999,
})

Implementation

const MinRadiusScale({
  this.none = 0,
  this.sm = 6,
  this.md = 8,
  this.lg = 10,
  this.xl = 12,
  this.xl2 = 16,
  this.full = 9999,
});