TicketViewClipper constructor

TicketViewClipper(
  1. bool drawTriangle,
  2. bool drawArc,
  3. Axis triangleAxis,
  4. Size triangleSize,
  5. double trianglePos,
  6. bool drawBorder,
  7. double borderRadius,
)

Implementation

TicketViewClipper(
  this.drawTriangle,
  this.drawArc,
  this.triangleAxis,
  this.triangleSize,
  this.trianglePos,
  this.drawBorder,
  this.borderRadius,
);