1/8/1
This commit is contained in:
@@ -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,
|
||||
),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user