CouponPainter constructor
CouponPainter({
- Shadow? shadow,
- CustomClipper<
Path> ? clipper,
Implementation
CouponPainter({this.shadow, this.clipper});
CouponPainter({this.shadow, this.clipper});