AnimatedBottomNavigationBars/animated_text_bottom_bar library

Classes

AnimatedTextBottomBar
animated bottom navigation bar with animated text children: list of bottom navigation bar items which consists of text and icon text: the title of the item icon: widget(image or icon) of the item onBarTap: function performed when a particular child item is pressed animatedTextDuration: duration of animated text (default value: Duration(milliseconds: 250)) animatedTextCurve: curve of animated text (default value: Curves.easeInOut) textStyle: styling of animated text margin: margin of animated bottom navigation bar (default value: EdgeInsets.zero) borderRadius: border radius of animated bottom navigation bar (default value: BorderRadius.zero)
BottomBarItem
BottomBarItem is used as the child widget of animated text bottom bar given to it's children property text: the text to be animated (it will be shown only when the item is selected icon: icon shown when the item is selected or unselected activeColor: color of image(icon) when the item is selected inactiveColor: color of image(icon) when the item is not selected