Skip to content

Commit 87b43cc

Browse files
willlarcheclocksmith
authored andcommitted
[101] Correcting widget class. (#23)
1 parent c432589 commit 87b43cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mdc_100_series/lib/supplemental/product_columns.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class TwoProductCardColumn extends StatelessWidget {
3939
mainAxisAlignment: MainAxisAlignment.center,
4040
crossAxisAlignment: CrossAxisAlignment.center,
4141
children: <Widget>[
42-
Container(
42+
Padding(
4343
padding: EdgeInsetsDirectional.only(start: 28.0),
4444
child: top != null
4545
? ProductCard(
@@ -51,7 +51,7 @@ class TwoProductCardColumn extends StatelessWidget {
5151
),
5252
),
5353
SizedBox(height: spacerHeight),
54-
Container(
54+
Padding(
5555
padding: EdgeInsetsDirectional.only(end: 28.0),
5656
child: ProductCard(
5757
imageAspectRatio: imageAspectRatio,

0 commit comments

Comments
 (0)