Skip to content

Commit 0325f32

Browse files
increase indicator animation in bottomnavbar
1 parent 4172315 commit 0325f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui/widgets/home/core/bottomNavBar.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ class _BottomNavBarState extends State<BottomNavBar>
168168
vsync: this,
169169
);
170170
_paddingAnimation = Tween(
171-
begin: 18.0,
171+
begin: 14.0,
172172
end: 20.0,
173173
).animate(CurvedAnimation(
174174
parent: _controller2,

0 commit comments

Comments
 (0)