anim_nav_bar 0.0.2 anim_nav_bar: ^0.0.2 copied to clipboard
A Flutter package which give a animated nav bar with lots of customisation options.
Anim Nav Bar #
Preview #
Code #
Parameters #
-
height (Required)
- Type: double
-
globalKey (Required)
- Type: List of type GlobalKey
-
icons (Required)
- Type: List of type IconData
-
context (Required)
- Type: BuildContext
-
onChanged (Required)
- Type: Function (int)
-
backgroundColor (Optional)
- Type: Color
- Default: Color(0xff2c362f)
-
unselectedIconColor (Optional)
- Type: Color
- Default: Colors.grey
-
selectedIconColor (Optional)
- Type: Color
- Default: Colors.white
-
highLightColor (Optional)
- Type: Color
- Default: Colors.white
-
duration (Optional)
- Type: Duration
- Default: 300 milliseconds
-
embossed (Optional)
- Type: boolean
- Default: false