update order page
This commit is contained in:
@@ -34,6 +34,11 @@ class OrderCard extends StatelessWidget {
|
||||
style: AppStyle.sm.copyWith(fontWeight: FontWeight.w600),
|
||||
),
|
||||
),
|
||||
if (order.splitType != '')
|
||||
Text(
|
||||
"Split Bill: ${order.splitType}",
|
||||
style: AppStyle.sm.copyWith(fontWeight: FontWeight.w600),
|
||||
),
|
||||
if (order.isRefund == true)
|
||||
Container(
|
||||
padding: const EdgeInsets.symmetric(
|
||||
|
||||
Reference in New Issue
Block a user