added missing const

This commit is contained in:
2025-11-16 19:52:31 +01:00
parent accc189949
commit 4befc85c9f

View File

@@ -21,7 +21,7 @@ class TopCenteredMessage extends StatelessWidget {
child: Column(
children: [
Icon(icon, size: 45),
SizedBox(height: 10),
const SizedBox(height: 10),
Text(
title,
style: const TextStyle(fontSize: 18, fontWeight: FontWeight.bold),