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

@@ -223,7 +223,7 @@ class LoginPage extends StatelessWidget {
animatedTexts: [
TypewriterAnimatedText(
'Register'.tr,
textStyle: AppStyle.headtitle2,
textStyle: AppStyle.headTitle2,
speed: const Duration(milliseconds: 200),
),
],
@@ -236,7 +236,7 @@ class LoginPage extends StatelessWidget {
onTap: () => Get.to(LoginCaptin()),
child: Text(
'If You Want be Captin Click Here.'.tr,
style: AppStyle.headtitle2,
style: AppStyle.headTitle2,
),
)
],
@@ -264,7 +264,7 @@ class LoginPage extends StatelessWidget {
width: Get.width * .7,
child: Text(
'Accept Ride\'s Terms & Review Privacy Notice'.tr,
style: AppStyle.headtitle2,
style: AppStyle.headTitle2,
),
),
],