diff --git a/lib/models/model/painter_copoun.dart b/lib/models/model/painter_copoun.dart index 57cb560..3aaab2d 100644 --- a/lib/models/model/painter_copoun.dart +++ b/lib/models/model/painter_copoun.dart @@ -19,7 +19,7 @@ class CouponPainter extends CustomPainter { void paint(Canvas canvas, Size size) { final Paint primaryPaint = Paint() ..color = primaryColor - ..style = PaintingStyle.fill; + ..style = PaintingStyle.fill; // final Paint secondaryPaint = Paint() ..color = secondaryColor