bottom_animation 1.0.0
bottom_animation: ^1.0.0 copied to clipboard
Flutter Bottom Navigation Bar | Animated Navigation Bar
Animated Bottom Navigation #
Flutter package for add bottomNavigation to you application
Show case : #
| Flat Navigation Bar | With border radius | Dark One |
|---|---|---|
![]() |
![]() |
![]() |
How to use : #
Widget parameters : #
| name | type | description | default_value |
|---|---|---|---|
| selectedIndex | int | - | |
| items | List | - | |
| backgroundColor | Color | - | |
| activeIconColor | Color | - | |
| deactiveIconColor | Color | - | |
| iconSize | double | 30 | |
| textStyle | TextStyle | TextStyle(color: Colors.white, fontSize: 18.0, fontWeight: FontWeight.w300) | |
| onItemSelect | ValueChanged | - | |
| barHeight | double | 80 | |
| barRadius | double | 0 | |
| itemHoverColor | Color | - | |
| itemHoverColorOpacity | double | 13 | |
| itemHoverBorderRadius | double | 15 | |
| itemHoverWidth | double | 150 | |
| itemHoverHeight | double | 55 |
BottomNavItem : #
| name | type |
|---|---|
| title | String |
| iconData | IconData |


