3/1/1
This commit is contained in:
@@ -236,21 +236,31 @@ class LoginPage extends StatelessWidget {
|
||||
),
|
||||
// const Spacer(),
|
||||
const SizedBox(
|
||||
height: 40,
|
||||
height: 100,
|
||||
),
|
||||
GestureDetector(
|
||||
onTap: () => Get.to(LoginCaptin()),
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
||||
children: [
|
||||
const Icon(Icons.drive_eta_rounded),
|
||||
const Icon(
|
||||
Icons.drive_eta_rounded,
|
||||
size: 50,
|
||||
),
|
||||
Text(
|
||||
'If You Want be Driver Click Here.'.tr,
|
||||
'If You Want be Driver \nClick Here.'.tr,
|
||||
style: AppStyle.headTitle2,
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
],
|
||||
),
|
||||
)
|
||||
),
|
||||
IconButton(
|
||||
onPressed: () {
|
||||
box.remove(BoxName.countryCode);
|
||||
},
|
||||
icon: const Icon(Icons.delete),
|
||||
),
|
||||
],
|
||||
),
|
||||
)
|
||||
@@ -287,7 +297,8 @@ class LoginPage extends StatelessWidget {
|
||||
RichText(
|
||||
text: TextSpan(
|
||||
text:
|
||||
'By selecting "I Agree" below, I have reviewed and agree to the Terms of Use and acknowledge the ',
|
||||
'By selecting "I Agree" below, I have reviewed and agree to the Terms of Use and acknowledge the '
|
||||
.tr,
|
||||
style: AppStyle.title,
|
||||
children: <TextSpan>[
|
||||
TextSpan(
|
||||
@@ -308,8 +319,8 @@ class LoginPage extends StatelessWidget {
|
||||
),
|
||||
));
|
||||
}),
|
||||
const TextSpan(
|
||||
text: '. I am at least 18 years of age.',
|
||||
TextSpan(
|
||||
text: '. I am at least 18 years of age.'.tr,
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user