This commit is contained in:
Hamza Aleghwairyeen
2024-04-24 00:14:32 +03:00
parent 1c7afbb16d
commit 4d6a811773
2 changed files with 23 additions and 6 deletions

View File

@@ -325,15 +325,22 @@ class CountryPicker extends StatelessWidget {
const SizedBox(
height: 20,
),
Text("Select Your Country".tr),
Text(
"Select Your Country".tr,
style: AppStyle.headTitle2,
textAlign: TextAlign.center,
),
// const SizedBox(
// height: 20,
// ),
Padding(
padding: const EdgeInsets.all(10),
child: Text(
"To ensure you receive the most accurate information for your location, please select your country below. This will help tailor the app experience and content to your country."
.tr),
"To ensure you receive the most accurate information for your location, please select your country below. This will help tailor the app experience and content to your country."
.tr,
style: AppStyle.title,
textAlign: TextAlign.center,
),
),
SizedBox(
height: 200,
@@ -401,15 +408,22 @@ class CountryPickerFromSetting extends StatelessWidget {
const SizedBox(
height: 20,
),
Text("Select Your Country".tr),
Text(
"Select Your Country".tr,
style: AppStyle.headTitle2,
textAlign: TextAlign.center,
),
// const SizedBox(
// height: 20,
// ),
Padding(
padding: const EdgeInsets.all(10),
child: Text(
"To ensure you receive the most accurate information for your location, please select your country below. This will help tailor the app experience and content to your country."
.tr),
"To ensure you receive the most accurate information for your location, please select your country below. This will help tailor the app experience and content to your country."
.tr,
style: AppStyle.title,
textAlign: TextAlign.center,
),
),
SizedBox(
height: 200,