[animation] Replaced depricated property(overflow) with new one(clipBehavior) (#607)

pull/619/head
Alabhya 4 years ago committed by GitHub
parent d1b054cb02
commit 0264184a2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -45,7 +45,6 @@ class _CardSwipeDemoState extends State<CardSwipeDemo> {
Expanded(
child: ClipRect(
child: Stack(
overflow: Overflow.clip,
children: <Widget>[
for (final fileName in fileNames)
SwipeableCard(

Loading…
Cancel
Save