PointedEdgeClipper constructor

PointedEdgeClipper({
  1. Edge edge = Edge.bottom,
  2. int points = 20,
  3. double depth = 10,
})

Implementation

PointedEdgeClipper({
  this.edge = Edge.bottom,
  this.points = 20,
  this.depth = 10,
});