Center text

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2025-04-29 11:38:35 +02:00
parent 012e8f6107
commit e79f163ff5
+1
View File
@@ -353,6 +353,7 @@ class _HomeScreenState extends State<HomeScreen> {
),
Text(
"Environment: ${ArcaneEnvironment.of(context).environment.name}",
textAlign: TextAlign.center,
),
],
),