NavBarComponent constructor

const NavBarComponent({
  1. required List<ControllerTabObject> tabItems,
  2. bool shouldManageNotifications = true,
})

Implementation

const NavBarComponent({
  required this.tabItems,
  this.shouldManageNotifications = true,
}) : assert(tabItems.length >= 2);