1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +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( Expanded(
child: ClipRect( child: ClipRect(
child: Stack( child: Stack(
overflow: Overflow.clip,
children: <Widget>[ children: <Widget>[
for (final fileName in fileNames) for (final fileName in fileNames)
SwipeableCard( SwipeableCard(