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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user