added const modifier
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user