Unverified Commit aca3aba1 authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Turn clipping on for Card Demo (#26030)

parent acec78cf
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment