'Please tell me name of this action in flutter (when pressing on item in tabbar)
When I tap on a item on tab bar a circle will appear and disappear, please tell me name of this animation and how could I implement it in a flutter
Solution 1:[1]
Hi In Scaffold BottomNavigationBar() has inbuilt properties of circle appear and disappear
Solution 2:[2]
You can use a widget called Gesture Detector which also has ripple effect
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Rutvik |
| Solution 2 | AKASH L |
