issue
This commit is contained in:
@@ -142,9 +142,7 @@ class _MyOrderScreenState extends State<MyOrderScreen> {
|
||||
Text(order.orderNumber,
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.bold)),
|
||||
Text(order.paymentStatus ?? "",
|
||||
style:
|
||||
TextStyle(color: Colors.grey)),
|
||||
|
||||
Text(
|
||||
order.totalItems.toString() +
|
||||
" items",
|
||||
@@ -154,16 +152,7 @@ class _MyOrderScreenState extends State<MyOrderScreen> {
|
||||
),
|
||||
Spacer(),
|
||||
|
||||
// Container(
|
||||
// padding: EdgeInsets.symmetric(
|
||||
// horizontal: 5, vertical: 5),
|
||||
// decoration: BoxDecoration(
|
||||
// color: Colors.green.shade100,
|
||||
// borderRadius: BorderRadius.circular(10),
|
||||
// ),
|
||||
// child: Text(order.orderStatus,
|
||||
// style: TextStyle(color: Colors.green)),
|
||||
// ),
|
||||
|
||||
],
|
||||
),
|
||||
SizedBox(height: 10),
|
||||
@@ -180,27 +169,6 @@ class _MyOrderScreenState extends State<MyOrderScreen> {
|
||||
fontWeight: FontWeight.bold)),
|
||||
Row(
|
||||
children: [
|
||||
// ElevatedButton(
|
||||
// onPressed: () {},
|
||||
// style: ElevatedButton.styleFrom(
|
||||
// backgroundColor: Colors.white,
|
||||
// side: BorderSide(color: Colors.green),
|
||||
// shape: RoundedRectangleBorder(
|
||||
// borderRadius:
|
||||
// BorderRadius.circular(10),
|
||||
// ),
|
||||
// ),
|
||||
// child: Row(
|
||||
// children: [
|
||||
// // Icon(Icons.message,
|
||||
// // color: Colors.green),
|
||||
// // SizedBox(width: 5),
|
||||
// // Text('Message',
|
||||
// // style: TextStyle(
|
||||
// // color: Colors.green)),
|
||||
// ],
|
||||
// ),
|
||||
// ),
|
||||
SizedBox(width: 10),
|
||||
ElevatedButton(
|
||||
onPressed: () {
|
||||
|
||||
Reference in New Issue
Block a user