Turn clipping on for Card Demo (#26030)
This commit is contained in:
parent
acec78cffe
commit
aca3aba10e
@ -70,6 +70,7 @@ class TravelDestinationItem extends StatelessWidget {
|
|||||||
padding: const EdgeInsets.all(8.0),
|
padding: const EdgeInsets.all(8.0),
|
||||||
height: height,
|
height: height,
|
||||||
child: Card(
|
child: Card(
|
||||||
|
clipBehavior: Clip.antiAlias,
|
||||||
shape: shape,
|
shape: shape,
|
||||||
child: Column(
|
child: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user