MultiplePointsClipper constructor

MultiplePointsClipper(
  1. Sides side, {
  2. double heightOfPoint = 12,
  3. int numberOfPoints = 16,
})

Implementation

MultiplePointsClipper(this.side,
    {this.heightOfPoint = 12, this.numberOfPoints = 16});