ZdsBottomTabBar constructor

const ZdsBottomTabBar(
  1. {required List<ZdsNavItem> items,
  2. Key? key,
  3. int currentIndex = 0,
  4. void onTap(
    1. int
    )?,
  5. EdgeInsets? contentPadding,
  6. 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