1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

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

This commit is contained in:
Alabhya
2020-12-10 12:13:31 +05:30
committed by GitHub
parent d1b054cb02
commit 0264184a2c

View File

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