CouponPainter constructor

CouponPainter({
  1. Shadow? shadow,
  2. CustomClipper<Path>? clipper,
})

Implementation

CouponPainter({this.shadow, this.clipper});