We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2866af commit 58e9afdCopy full SHA for 58e9afd
lib/screens/home/title/title.widget.dart
@@ -11,6 +11,7 @@ class TitleWidget extends StatelessWidget {
11
padding: const EdgeInsets.only(top: 50, bottom: 20),
12
child: Text(
13
TitleTranslationNames.title.tr,
14
+ textAlign: TextAlign.center,
15
style: const TextStyle(
16
fontSize: 80,
17
fontWeight: FontWeight.w300,
0 commit comments