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