SwitcherRadius constructor

const SwitcherRadius({
  1. double bottomLeft = 0.0,
  2. double bottomRight = 0.0,
  3. double topLeft = 0.0,
  4. double topRight = 0.0,
})

Implementation

const SwitcherRadius({
  this.bottomLeft = 0.0,
  this.bottomRight = 0.0,
  this.topLeft = 0.0,
  this.topRight = 0.0,
});