PlatformNavBar constructor

PlatformNavBar({
  1. Key? key,
  2. Key? widgetKey,
  3. Color? backgroundColor,
  4. List<BottomNavigationBarItem>? items,
  5. void itemChanged(
    1. int
    )?,
  6. int? currentIndex,
  7. double? height,
  8. PlatformBuilder<MaterialNavBarData>? material,
  9. PlatformBuilder<MaterialNavigationBarData>? material3,
  10. PlatformBuilder<CupertinoTabBarData>? cupertino,
})

Implementation

PlatformNavBar({
  super.key,
  this.widgetKey,
  this.backgroundColor,
  this.items,
  this.itemChanged,
  this.currentIndex,
  this.height,
  this.material,
  this.material3,
  this.cupertino,
});