TicketRoundedEdgeClipper constructor

TicketRoundedEdgeClipper({
  1. Edge edge = Edge.bottom,
  2. double position = 20,
  3. double radius = 15,
})

Implementation

TicketRoundedEdgeClipper({
  this.edge = Edge.bottom,
  this.position = 20,
  this.radius = 15,
});