feature/payment #77
@ -73,7 +73,7 @@ class _PaymentScreenState extends State<PaymentScreen> {
|
|||||||
padding: const EdgeInsets.all(16.0),
|
padding: const EdgeInsets.all(16.0),
|
||||||
child: Column(
|
child: Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.center,
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
children: [
|
children: [
|
||||||
if (orderId.isNotEmpty)
|
if (orderId.isNotEmpty)
|
||||||
Text("Order ID: $orderId", style: const TextStyle(fontSize: 18)),
|
Text("Order ID: $orderId", style: const TextStyle(fontSize: 18)),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user