Skip to content

Commit

Permalink
[101] Correcting widget class. (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
willlarche authored and clocksmith committed May 16, 2018
1 parent c432589 commit 87b43cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mdc_100_series/lib/supplemental/product_columns.dart
Expand Up @@ -39,7 +39,7 @@ class TwoProductCardColumn extends StatelessWidget {
mainAxisAlignment: MainAxisAlignment.center,
crossAxisAlignment: CrossAxisAlignment.center,
children: <Widget>[
Container(
Padding(
padding: EdgeInsetsDirectional.only(start: 28.0),
child: top != null
? ProductCard(
Expand All @@ -51,7 +51,7 @@ class TwoProductCardColumn extends StatelessWidget {
),
),
SizedBox(height: spacerHeight),
Container(
Padding(
padding: EdgeInsetsDirectional.only(end: 28.0),
child: ProductCard(
imageAspectRatio: imageAspectRatio,
Expand Down

0 comments on commit 87b43cc

Please sign in to comment.