I have problem in my flutter exsisting project

Viewed 17

The error tells that i have not any /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/fancy_bottom_navigation-0.3.3/lib/fancy_bottom_navigation.dart:111:7: Error: No named parameter with the name 'overflow'. overflow: Overflow.visible, ^^^^^^^^ but i donot know where stack i use Error Image

1 Answers

go to that directory and replace overflow: Overflow.visible with clipBehavior: Clip.none

Related