12/17/1
This commit is contained in:
@@ -137,11 +137,13 @@ class SearchingCaptainWindow extends StatelessWidget {
|
||||
right: 0,
|
||||
child: Container(
|
||||
decoration: AppStyle.boxDecoration1,
|
||||
height: Get.height * .2,
|
||||
height: Get.height * .25,
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.spaceAround,
|
||||
// Use Stack for overlapping widgets
|
||||
children: [
|
||||
// Text elements
|
||||
|
||||
SizedBox(
|
||||
width: Get.width * .7,
|
||||
child: const LinearProgressIndicator(
|
||||
@@ -151,9 +153,13 @@ class SearchingCaptainWindow extends StatelessWidget {
|
||||
),
|
||||
),
|
||||
Text(
|
||||
"We are searching for the nearest driver to you".tr,
|
||||
mapPassengerController.driversStatusForSearchWindow,
|
||||
style: AppStyle.title,
|
||||
),
|
||||
// Text(
|
||||
// "We are searching for the nearest driver to you".tr,
|
||||
// style: AppStyle.title,
|
||||
// ),
|
||||
Text(
|
||||
'please wait till driver accept your order'.tr,
|
||||
style: AppStyle.title,
|
||||
|
||||
@@ -81,7 +81,7 @@ class MyDialogContent extends GetxController {
|
||||
onPressed: () async {
|
||||
await textToSpeechController.speakText(title);
|
||||
},
|
||||
child: const Icon(CupertinoIcons.headphones,
|
||||
child: const Icon(CupertinoIcons.speaker_2,
|
||||
color: AppColor.primaryColor),
|
||||
),
|
||||
content!
|
||||
|
||||
Reference in New Issue
Block a user