chip_navigation_bar 0.0.2
chip_navigation_bar: ^0.0.2 copied to clipboard
A customizable chip-style navigation bar for Flutter.
0.0.2 #
Added #
- Initial implementation of
ChipNavigationBarwidget. ChipNavigationBarconstructor with the following parameters:items: List ofChipNavigationBarItem.currentIndex: Index of the currently selected item.onTap: Callback function when an item is tapped.backgroundColor: Optional background color of the navigation bar.height: Height of the navigation bar, default is 56.0.pageColors: Optional list of colors for each page.width: Optional width of the navigation bar.