FluffynBottomNavBar constructor

FluffynBottomNavBar({
  1. Key? key,
  2. required int currentIndex,
})

Implementation

FluffynBottomNavBar({Key? key, required this.currentIndex}) : super(key: key);