Skip to content

Commit 80a4dff

Browse files
committed
[104] Visual detail.
1 parent a33e2ac commit 80a4dff

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

mdc_100_series/lib/supplemental/product_columns.dart

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,14 @@ class OneProductCardColumn extends StatelessWidget {
7373
@override
7474
Widget build(BuildContext context) {
7575
return ListView(
76+
reverse: true,
7677
children: <Widget>[
77-
ProductCard(
78-
product: product,
79-
),
8078
const SizedBox(
8179
height: 40.0,
8280
),
81+
ProductCard(
82+
product: product,
83+
),
8384
],
8485
);
8586
}

0 commit comments

Comments
 (0)