expanding_bottom_bar 0.1.0 copy "expanding_bottom_bar: ^0.1.0" to clipboard
expanding_bottom_bar: ^0.1.0 copied to clipboard

outdated

A bottom navigation bar with expanding titles.

expanding_bottom_bar #

A bottom navigation bar with expanding titles. Inspired by the Dribbble design here: https://t.co/BtUlszSmRR

Demo #

Properties #

List<ExpandingBottomBarItem> items; #

The items to be displayed in the BottomNavBar.

Duration animationDuration; #

The duration of the animation of the box flip.

ValueChanged<int> onIndexChanged; #

Callback for getting value of item selection.

int selectedIndex; #

The current selected index of the BottomNavigationBar

double navBarHeight; #

The height of the BottomNavBar.

Color backgroundColor #

The color of the background of the BottomNavigationBar.

Getting Started #

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

17
likes
0
pub points
40%
popularity

Publisher

verified publisherjoshi.dev

A bottom navigation bar with expanding titles.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on expanding_bottom_bar