Commit 6ead27a4 by Rizal Hermawan

update AnimedContainer height

parent 515976e2
......@@ -136,7 +136,6 @@ class _AnimSearchBarState extends State<AnimSearchBar>
///Using Animated container to expand and shrink the widget
child: AnimatedContainer(
duration: Duration(milliseconds: widget.animationDurationInMilli),
height: 56.0,
width: (toggle == 0) ? 48.0 : widget.width,
curve: Curves.easeOut,
decoration: BoxDecoration(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment