CircleCutClipper constructor

const CircleCutClipper({
  1. bool top = false,
  2. bool bottom = false,
  3. bool left = true,
  4. bool right = true,
  5. double radius = 30.0,
})

Implementation

const CircleCutClipper({
  this.top = false,
  this.bottom = false,
  this.left = true,
  this.right = true,
  this.radius = 30.0,
});