From 85f58c1e25717bb266e3e2706aab38e7f2268eb5 Mon Sep 17 00:00:00 2001 From: asif Date: Wed, 3 Sep 2025 23:46:58 +0530 Subject: [PATCH] added const modifier --- lib/features/auth/screens/mpin_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features/auth/screens/mpin_screen.dart b/lib/features/auth/screens/mpin_screen.dart index 3fda386..cfc52bb 100644 --- a/lib/features/auth/screens/mpin_screen.dart +++ b/lib/features/auth/screens/mpin_screen.dart @@ -314,7 +314,7 @@ class _MPinScreenState extends State with TickerProviderStateMixin { child: Container( width: 80, height: 80, - decoration: BoxDecoration( + decoration: const BoxDecoration( shape: BoxShape.circle, ), alignment: Alignment.center,