Skip to content

Commit

Permalink
Turn clipping on for Card Demo (flutter#26030)
Browse files Browse the repository at this point in the history
  • Loading branch information
goderbauer authored Jan 4, 2019
1 parent acec78c commit aca3aba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/flutter_gallery/lib/demo/material/cards_demo.dart
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class TravelDestinationItem extends StatelessWidget {
padding: const EdgeInsets.all(8.0),
height: height,
child: Card(
clipBehavior: Clip.antiAlias,
shape: shape,
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
Expand Down

0 comments on commit aca3aba

Please sign in to comment.