This commit is contained in:
Hamza Aleghwairyeen
2024-03-29 00:16:57 +03:00
parent 508aff9670
commit 16c5b68a5a
2 changed files with 36 additions and 37 deletions

View File

@@ -194,7 +194,8 @@ class OrderRequestPage extends StatelessWidget {
),
),
Container(
height: Get.height * .15,width: Get.width*.9,
height: Get.height * .15,
width: Get.width * .9,
decoration: AppStyle.boxDecoration1,
child: Column(
mainAxisAlignment: MainAxisAlignment.spaceAround,
@@ -212,11 +213,7 @@ class OrderRequestPage extends StatelessWidget {
color: AppColor.greenColor,
),
Text(
myList[12] +
' ' +
' (${myList[11]}) '
,
myList[12] + ' ' + ' (${myList[11]}) ',
style: AppStyle.title,
),
],
@@ -229,7 +226,7 @@ class OrderRequestPage extends StatelessWidget {
),
],
),
Row(
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
Column(
@@ -242,11 +239,7 @@ class OrderRequestPage extends StatelessWidget {
color: AppColor.greenColor,
),
Text(
myList[5] +
' ' +
' (${myList[4]}) '
,
myList[5] + ' ' + ' (${myList[4]}) ',
style: AppStyle.title,
),
],
@@ -259,8 +252,7 @@ class OrderRequestPage extends StatelessWidget {
),
],
),
],
],
),
),
Padding(