expanding_bottom_bar
expanding_bottom_bar copied to clipboard
Change the API so it follows the Flutter BottomNavigationBar
- rename
selectedIndextocurrentIndex - rename
onIndexChangedtoonTap
Is there a reason for the API's to be different?
cheers
Also:
BottomNavigationBarItemtakes anIconwidget whileExpandingBottomBarItemtakesIconData.BottomNavigationBarItemuses a parameter namedtitleand accepts a widget for the label whileExpandingBottomBarItemuses a parameter namedtextand accepts a string.