Skip to content

Commit

Permalink
Success page border fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
iampawan committed Oct 16, 2018
1 parent 147e23d commit 73cf6bc
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/ui/page/payment/payment_success_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,6 @@ class PaymentSuccessPageState extends State<PaymentSuccessPage> {
textColor: Colors.purple,
subtitle: "Your transaction was successful",
),
Row(
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
mainAxisSize: MainAxisSize.min,
children: List
.generate(50, (i) => "-")
.map((o) => Text(
o,
maxLines: 1,
))
.toList(),
),
ListTile(
title: Text("Date"),
subtitle: Text("26 June 2018"),
Expand Down

0 comments on commit 73cf6bc

Please sign in to comment.