This commit is contained in:
Hamza Aleghwairyeen
2024-04-11 15:14:55 +03:00
parent a7288e6204
commit b3cf2d4fe2
6 changed files with 27 additions and 26 deletions

View File

@@ -26,7 +26,7 @@ class ApplyOrderWidget extends StatelessWidget {
right: 0,
child: Container(
decoration: AppStyle.boxDecoration1,
height: Get.height * .3,
height: Get.height * .35,
child: ListView(
children: [
InkWell(
@@ -84,7 +84,7 @@ class ApplyOrderWidget extends StatelessWidget {
width: 10,
),
Container(
height: 200,
height: Get.height * .3,
width: Get.width * .9,
decoration: AppStyle.boxDecoration1,
child: Column(
@@ -299,7 +299,7 @@ class DriverArrivePassengerAndWaitMinute extends StatelessWidget {
color: controller.remainingTimeDriverWaitPassenger5Minute < 60
? AppColor.redColor
: AppColor.greenColor,
minHeight: 30,
minHeight: 25,
borderRadius: BorderRadius.circular(15),
value:
controller.progressTimerDriverWaitPassenger5Minute.toDouble(),
@@ -309,7 +309,7 @@ class DriverArrivePassengerAndWaitMinute extends StatelessWidget {
children: [
Text(
'The driver waiting you in picked location .'.tr,
style: AppStyle.title,
style: AppStyle.subtitle,
textAlign: TextAlign.center,
),
const SizedBox(