3/29/1
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user