This commit is contained in:
Hamza-Ayed
2024-10-13 21:15:47 +03:00
parent aca697578d
commit 64b2bba1c5

View File

@@ -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