DSIBottomNav constructor

DSIBottomNav({
  1. Key? key,
  2. dynamic height,
  3. required List<Widget> items,
  4. dynamic color,
  5. dynamic navAlignment,
})

Implementation

DSIBottomNav({
  super.key,
  this.height,
  required this.items,
  this.color,
  this.navAlignment,
});