We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c432589 commit 87b43ccCopy full SHA for 87b43cc
mdc_100_series/lib/supplemental/product_columns.dart
@@ -39,7 +39,7 @@ class TwoProductCardColumn extends StatelessWidget {
39
mainAxisAlignment: MainAxisAlignment.center,
40
crossAxisAlignment: CrossAxisAlignment.center,
41
children: <Widget>[
42
- Container(
+ Padding(
43
padding: EdgeInsetsDirectional.only(start: 28.0),
44
child: top != null
45
? ProductCard(
@@ -51,7 +51,7 @@ class TwoProductCardColumn extends StatelessWidget {
51
),
52
53
SizedBox(height: spacerHeight),
54
55
padding: EdgeInsetsDirectional.only(end: 28.0),
56
child: ProductCard(
57
imageAspectRatio: imageAspectRatio,
0 commit comments