StackyBottomNavBar constructor

const StackyBottomNavBar({
  1. Key? key,
  2. required StackyBottomNavBarParams params,
})

Implementation

const StackyBottomNavBar({
  Key? key,
  required this.params,
}) : super(key: key);