From 64b2bba1c5c3c20201958848181791e7b7f6402a Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Sun, 13 Oct 2024 21:15:47 +0300 Subject: [PATCH] 10/13/1 --- lib/models/model/painter_copoun.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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