flutter: No named parameter with the name 'overflow', overflow: Overflow.visible, flutter: No named parameter with the name 'overflow', overflow: Overflow.visible, dart dart

flutter: No named parameter with the name 'overflow', overflow: Overflow.visible,


you replace all the overflow: Overflow.visible, with clipBehavior: Clip.none, or a similar Clip behaviour in all the Stack widgets that had the overflow property


I switched flutter channel from master to stable and now its working fine :/