added const modifier

This commit is contained in:
asif
2025-09-03 23:46:58 +05:30
parent 3b9b1e507c
commit 85f58c1e25

View File

@@ -314,7 +314,7 @@ class _MPinScreenState extends State<MPinScreen> with TickerProviderStateMixin {
child: Container(
width: 80,
height: 80,
decoration: BoxDecoration(
decoration: const BoxDecoration(
shape: BoxShape.circle,
),
alignment: Alignment.center,