anim_nav_bar 0.0.2 copy "anim_nav_bar: ^0.0.2" to clipboard
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
15
likes
40
pub points
0%
popularity

Publisher

verified publisherdevtools.wtf

A Flutter package which give a animated nav bar with lots of customisation options.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on anim_nav_bar