This commit is contained in:
Hamza-Ayed
2024-01-08 15:55:22 +03:00
parent 37598e517f
commit 7d9bd9f62a
67 changed files with 1524 additions and 43 deletions

View File

@@ -42,7 +42,7 @@ class SplashScreen extends StatelessWidget {
TypewriterAnimatedText(
'Welcome to ${AppInformation.appName}',
textStyle:
AppStyle.headTitle.copyWith(color: AppColor.greenColor),
AppStyle.headTitle2.copyWith(color: AppColor.greenColor),
speed: const Duration(milliseconds: 200),
),
], isRepeatingAnimation: true),