This commit is contained in:
Hamza-Ayed
2023-09-13 22:23:46 +03:00
parent 35f2bd61a2
commit 3c67e71b25
3 changed files with 35 additions and 20 deletions

View File

@@ -184,13 +184,13 @@ class LoginPage extends StatelessWidget {
displayFullTextOnTap: true,
stopPauseOnTap: true,
),
GestureDetector(
onTap: () => Get.to(LoginCaptin()),
child: Text(
'If You Want be Captin Click Here.'.tr,
style: AppStyle.headtitle2,
),
)
// GestureDetector(
// onTap: () => Get.to(LoginCaptin()),
// child: Text(
// 'If You Want be Captin Click Here.'.tr,
// style: AppStyle.headtitle2,
// ),
// )
],
),
)