align text to centre

This commit is contained in:
2025-01-15 11:34:21 +02:00
parent 7716db88aa
commit 231656f65d

View File

@@ -112,6 +112,7 @@ class _BiometricCheckState extends State<BiometricCheck> {
//Heading //Heading
Text( Text(
'Biomentric Authentication', 'Biomentric Authentication',
textAlign: TextAlign.center,
style: TextStyle( style: TextStyle(
fontSize: 25, fontSize: 25,
fontWeight: FontWeight.bold, fontWeight: FontWeight.bold,