ZdsBottomTabBar constructor
- {required List<
ZdsNavItem> items, - Key? key,
- int currentIndex = 0,
- void onTap( )?,
- EdgeInsets? contentPadding,
- double minHeight = kBottomBarHeight}
Creates a bottom tab navigation bar
items can't be null. currentIndex's value must be equal or greater than 0, and smaller than items.length.
Implementation
const ZdsBottomTabBar