Turn clipping on for Card Demo (#26030)

This commit is contained in:
Michael Goderbauer 2019-01-03 17:18:27 -08:00 committed by GitHub
parent acec78cffe
commit aca3aba10e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,