Skip to content

Commit 73cf6bc

Browse files
committed
Success page border fixed
1 parent 147e23d commit 73cf6bc

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

lib/ui/page/payment/payment_success_page.dart

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,6 @@ class PaymentSuccessPageState extends State<PaymentSuccessPage> {
8787
textColor: Colors.purple,
8888
subtitle: "Your transaction was successful",
8989
),
90-
Row(
91-
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
92-
mainAxisSize: MainAxisSize.min,
93-
children: List
94-
.generate(50, (i) => "-")
95-
.map((o) => Text(
96-
o,
97-
maxLines: 1,
98-
))
99-
.toList(),
100-
),
10190
ListTile(
10291
title: Text("Date"),
10392
subtitle: Text("26 June 2018"),

0 commit comments

Comments
 (0)