NavBarWidget constructor

const NavBarWidget({
  1. required dynamic applications,
  2. Key? key,
})

Implementation

const NavBarWidget({required this.applications, super.key});